Skip to content

Commit

Permalink
switching config: "training" to "getting started"
Browse files Browse the repository at this point in the history
  • Loading branch information
alunny committed Nov 5, 2010
1 parent 3608b22 commit 5364c59
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config.xml
@@ -1,24 +1,25 @@
<?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>

<gap:platforms>
<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" />
Expand Down

0 comments on commit 5364c59

Please sign in to comment.