Created
May 6, 2013 16:51
-
-
Save meowsus/5526367 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="[email protected]"> | |
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