Created
March 2, 2013 10:14
-
-
Save zulman/5070388 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.the21.green" | |
versionCode="10" | |
version = "1.0.0"> | |
<!-- versionCode is optional and Android only --> | |
<name>com.the21.green</name> | |
<description> | |
com.the21.green project debug build | |
</description> | |
<plugins> | |
<plugin name="Camera" value="CDVCamera" /> | |
</plugins> | |
<gap:plugin name="FacebookConnect"> | |
<param name="APP_ID" value="427996713955023" /> | |
</gap:plugin> | |
<preference name="prerendered-icon" value="true" /> | |
<preference name="phonegap-version" value="2.3.0" /> | |
<feature name="http://api.phonegap.com/1.0/camera"/> | |
<preference name="show-splash-screen-spinner" value="false" /> | |
</widget> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment