-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
26 lines (22 loc) · 1 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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.bsdmasterindex.phonegapgeolocation-test"
version = "1.0.1"
versionCode = "10" >
<!-- versionCode is optional and Android only -->
<preference name="phonegap-version" value="cli-5.2.0" />
<name>GPS Tracking</name>
<description>Simple GPS Test</description>
<author href="http://geosnack.com" email="[email protected]">
Noah Huntington
</author>
<gap:platform name="android" />
<gap:platform name="ios" />
<!-- iPhone / iPod Touch -->
<icon src="icon.png" gap:platform="ios"/>
<preference name="permissions" value="none"/>
<!-- device required so we can detect if we are using iOS -->
<gap:plugin name="org.apache.cordova.device" version="0.2.12" />
<gap:plugin name="org.apache.cordova.geolocation" version="0.3.10" />
</widget>