This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (31 loc) · 1.51 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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.sense.apps.nltracks"
version = "0.1.1"
versionCode = "2"
configuration = "2.8"
>
<name>NLTracks</name>
<description>
NLTracks
</description>
<author href="http://sense-studios.com" email="[email protected]">
Sense Studios
</author>
<gap:plugin name="ChildBrowser" /> <!-- latest release -->
<preference name="permissions" value="none"/>
<preference name="phonegap-version" value="2.7.0" />
<preference name="webviewbounce" value="false" />
<preference name="stay-in-webview" value="true" />
<icon src="icon.png" />
<icon src="icons/ios/icon.png" gap:platform="ios" width="57" height="57" />
<icon src="icons/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="icons/ios/icon_at_2x.png" gap:platform="ios" width="114" height="114" />
<!-- retina iPad support: PhoneGap 2.5.0+ only -->
<icon src="icons/ios/icon-72_at_2x.png" gap:platform="ios" width="144" height="144" />
<icon src="res/icon/android/icon-36-ldpi.png" gap:platform="android" gap:density="ldpi" />
<icon src="res/icon/android/icon-48-mdpi.png" gap:platform="android" gap:density="mdpi" />
<icon src="res/icon/android/icon-72-hdpi.png" gap:platform="android" gap:density="hdpi" />
<gap:splash src="res/screen/android/splash.9.png" gap:platform="android" />
</widget>