Skip to content

Commit

Permalink
config.xml changes
Browse files Browse the repository at this point in the history
- no confusing, unimplemented gap:platform tags
- real orientation, not pref=autorotate
  • Loading branch information
alunny committed Feb 28, 2012
1 parent a780d8e commit d88ef41
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@
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" />

<feature name="http://api.phonegap.com/1.0/geolocation"/>
<feature name="http://api.phonegap.com/1.0/network"/>

<!-- sample preference specification -->
<!-- <preference name="autorotate" value="false" readonly="true"/> -->
<preference name="orientation" value="portrait" />
</widget>

0 comments on commit d88ef41

Please sign in to comment.