mirror of
https://github.com/phonegap/phonegap-start.git
synced 2026-01-09 14:37:55 -05:00
switching config: "training" to "getting started"
This commit is contained in:
13
config.xml
13
config.xml
@@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<widget xmlns = "http://www.w3.org/ns/widgets"
|
||||
xmlns:gap = "http://phonegap.com/ns/1.0"
|
||||
id = "com.phonegap.training"
|
||||
version = "0.7.0">
|
||||
xmlns:gap = "http://phonegap.com/ns/1.0"
|
||||
id = "com.phonegap.getting.started"
|
||||
version = "1.0.0">
|
||||
|
||||
<name>PhoneGap Training App</name>
|
||||
<name>PhoneGap: Getting Started</name>
|
||||
|
||||
<description>
|
||||
A training app showing how to implement basic PhoneGap functionality
|
||||
A template for getting started with PhoneGap development and build.phonegap.com
|
||||
</description>
|
||||
|
||||
<author href="http://alunny.github.com"
|
||||
email="andrew.lunny@nitobi.com">
|
||||
email="andrew.lunny@nitobi.com">
|
||||
Andrew Lunny
|
||||
</author>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<gap:platform name="android" minVersion="2.1" />
|
||||
<gap:platform name="webos" />
|
||||
<gap:platform name="symbian.wrt" />
|
||||
<gap:platform name="blackberry" project="widgets"/>
|
||||
</gap:platforms>
|
||||
|
||||
<icon src="icon.png" gap:role="default" />
|
||||
|
||||
Reference in New Issue
Block a user