The application is based on the Apache Cordova Hello World example.
cp /incubator-cordova-app-hello-world/www www/
Do not replace www/config.xml
.
Do not replace www/img/logo.png
.
Replace <h1>Apache Cordova</h1>
with <h1>PhoneGap</h1>
.
-
Update app version to latest PhoneGap version.
<widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.phonegap.hello-world" version = "2.2.0">
-
Update PhoneGap version.
<preference name="phonegap-version" value="x.x.x" />
$ git commit -am "[app] Version x.x.x"
$ git tag x.x.x