Skip to content

Instantly share code, notes, and snippets.

@zulman
Created March 2, 2013 10:14
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 zulman/5070388 to your computer and use it in GitHub Desktop.
Save zulman/5070388 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.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