forked from phonegap/phonegap-start
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# OS X | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Hello World PhoneGap Application | ||
|
||
> A Hello World application built with PhoneGap | ||
## PhoneGap Build | ||
|
||
Create a new app with the following repository: | ||
|
||
https://github.com/phonegap/phonegap-start.git | ||
|
||
## Run Application | ||
|
||
/www/index.html | ||
|
||
## Run Tests | ||
|
||
/www/spec.html | ||
|
||
## Issues and Pull Requests | ||
|
||
This application is a modification of the [Apache Cordova Hello World][1]. | ||
|
||
For issues with __the application__, please submit an issue or pull request | ||
to the [Apache Cordova source code][1]. | ||
|
||
For issues with __the PhoneGap Build integration__, please submit | ||
an issue or pull request to this project. | ||
|
||
[1]: http://github.com/apache/incubator-cordova-app-hello-world |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Upgrading the Application |