Skip to content

Commit

Permalink
[www] Update to PhoneGap 2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Jun 19, 2013
1 parent efa97df commit df225a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</author>

<!--
Enable individual API permissions by defining each here.
The 'device' permission is required for the 'deviceready' event.
Enable individual API permissions here.
The "device" permission is required for the 'deviceready' event.
-->
<feature name="http://api.phonegap.com/1.0/device" />

Expand All @@ -30,7 +30,7 @@
<preference name="permissions" value="none"/>

<!-- Customize your app and platform with the preference element. -->
<preference name="phonegap-version" value="2.5.0" /> <!-- all: current version of PhoneGap -->
<preference name="phonegap-version" value="2.6.0" /> <!-- all: current version of PhoneGap -->
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->
Expand All @@ -43,7 +43,7 @@
<preference name="show-splash-screen-spinner" value="true" /> <!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<preference name="auto-hide-splash-screen" value="true" /> <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="disable-cursor" value="false" /> <!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<preference name="android-minSdkVersion" value="7" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-minSdkVersion" value="7" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-installLocation" value="auto" /> <!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->

<!-- Plugins can also be added here. -->
Expand Down

0 comments on commit df225a9

Please sign in to comment.