Skip to content

Instantly share code, notes, and snippets.

@wonderdogone
Created August 13, 2014 20:45
Show Gist options
  • Save wonderdogone/3e3f7dab0f12bab638d3 to your computer and use it in GitHub Desktop.
Save wonderdogone/3e3f7dab0f12bab638d3 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.phonegap.example"
versionCode = "10"
version = "1.0.0" >
<!-- versionCode is optional and Android only -->
<name>JRed</name>
<description>
An red beacon example.
</description>
<author href="https://build.phonegap.com" email="support@phonegap.com">
Jay
</author>
<preference name="stay-in-webview" value="true" />
<!--
This allows your app to load assets from all *.phongap.com domains
-->
<access origin="http://phonegap.com" subdomains="true" browserOnly="false" />
<gap:plugin name="com.conetix.ibeacon" version="1.0.0" />
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment