Skip to content

Instantly share code, notes, and snippets.

@meowsus
Created May 6, 2013 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meowsus/5526367 to your computer and use it in GitHub Desktop.
Save meowsus/5526367 to your computer and use it in GitHub Desktop.
<?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.bundle.identifier"
versionCode="1"
version = "1.0">
<name>ProjectName</name>
<description>
</description>
<author href="http://www.domain.com" email="curt@domain.com">
Curt
</author>
</widget>
<access /> <!-- local access only -->
<!-- GENERAL -->
<preference name="phonegap-version" value="2.6.0" />
<preference name="orientation" value="landscape" />
<preference name="target-device" value="tablet" />
<preference name="fullscreen" value="true" />
<!-- iOS SPECIFIC -->
<preference name="webviewbounce" value="false" />
<preference name="exit-on-suspend" value="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment