/phonegap-start

PhoneGap Hello World app

Primary LanguageJavaScriptApache License 2.0Apache-2.0

TESTING Application

TESTING APP PLEASE DON'T USE! PLEASE USE FOLLOWING: https://github.com/phonegap/phonegap-start TEST APP BITTE NICHT BENUTZEN. BITTE FOLGENDES NUTZEN: https://github.com/phonegap/phonegap-start PUBLISHING IOS https://www.wenz.io/ApplicationLoader GEN https://build.phonegap.com/apps/ IMG http://pgicons.abiro.com/ TEST https://app.testobject.com/#/

Usage

PhoneGap Build

Create a new app with the following repository:

https://github.com/refda/phonegap-start.git

Contributors

Updating the Application

The application is based on the Apache Cordova Hello World app.

1. Update the Source

cp cordova-app-hello-world/www www/

Do not replace www/config.xml.

Do not replace www/img/logo.png.

2. Update index.html

Replace <h1>Apache Cordova</h1> with <h1>PhoneGap</h1>.

3. Update PhoneGap Version

<preference name="phonegap-version" value="x.x.x" />

4. Commit

$ git commit -am "Version x.x.x"

5. Tag

$ git tag x.x.x