Skip to content

Instantly share code, notes, and snippets.

@juanghurtado
Created February 13, 2012 14:01
Show Gist options
  • Save juanghurtado/1817138 to your computer and use it in GitHub Desktop.
Save juanghurtado/1817138 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.viavansi"
version="0.2">
<!-- Info -->
<name>PhoneGap Sample</name>
<description>
PhoneGap API Sample
</description>
<author href="http://viavansi.com" email="[email protected]">
Viavansi
</author>
<!-- Preferences -->
<preference name="orientation" value="default" />
<preference name="phonegap-version" value="1.4.1" />
<!-- Features -->
<feature name="http://api.phonegap.com/1.0/camera"/>
<feature name="http://api.phonegap.com/1.0/media"/>
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment