Created
August 13, 2014 20:45
-
-
Save wonderdogone/3e3f7dab0f12bab638d3 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.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="[email protected]"> | |
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