Created
February 13, 2012 14:01
-
-
Save juanghurtado/1817138 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.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