-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
85 lines (80 loc) · 5.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.parkeasy.smartwatch" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>ParkEasy</name>
<description>
Hello World sample application that responds to the deviceready event.
</description>
<author email="support@phonegap.com" href="http://phonegap.com">
PhoneGap Team
</author>
<content src="index.html" />
<preference name="permissions" value="none" />
<preference name="orientation" value="portrait" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="disable-cursor" value="false" />
<preference name="android-minSdkVersion" value="7" />
<preference name="android-installLocation" value="auto" />
<gap:plugin name="org.apache.cordova.battery-status" />
<gap:plugin name="org.apache.cordova.camera" />
<gap:plugin name="org.apache.cordova.media-capture" />
<gap:plugin name="org.apache.cordova.console" />
<gap:plugin name="org.apache.cordova.contacts" />
<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="org.apache.cordova.device-motion" />
<gap:plugin name="org.apache.cordova.device-orientation" />
<gap:plugin name="org.apache.cordova.dialogs" />
<gap:plugin name="org.apache.cordova.file" />
<gap:plugin name="org.apache.cordova.file-transfer" />
<gap:plugin name="org.apache.cordova.geolocation" />
<gap:plugin name="org.apache.cordova.globalization" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.media" />
<gap:plugin name="org.apache.cordova.network-information" />
<gap:plugin name="org.apache.cordova.splashscreen" />
<gap:plugin name="org.apache.cordova.vibration" />
<icon gap:platform="android" gap:qualifier="ldpi" src="www/res/icon/android/drawable-ldpi/ic_launcher.png" />
<icon gap:platform="android" gap:qualifier="mdpi" src="www/res/icon/android/drawable-mdpi/ic_launcher.png" />
<icon gap:platform="android" gap:qualifier="hdpi" src="www/res/icon/android/drawable-hdpi/ic_launcher.png" />
<icon gap:platform="android" gap:qualifier="xhdpi" src="www/res/icon/android/drawable-xhdpi/ic_launcher.png" />
<icon gap:platform="android" gap:qualifier="xxhdpi" src="www/res/icon/android/drawable-xxhdpi/ic_launcher.png" />
<icon gap:platform="android" gap:qualifier="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi/ic_launcher.png" />
<icon gap:platform="ios" height="29" src="www/res/icon/ios/Icon-Small.png" width="29" />
<icon gap:platform="ios" height="58" src="www/res/icon/ios/Icon-Small@2x.png" width="58" />
<icon gap:platform="ios" height="87" src="www/res/icon/ios/Icon-Small@3x.png" width="87" />
<icon gap:platform="ios" height="40" src="www/res/icon/ios/Icon-40.png" width="40" />
<icon gap:platform="ios" height="80" src="www/res/icon/ios/Icon-40@2x.png" width="80" />
<icon gap:platform="ios" height="120" src="www/res/icon/ios/Icon-40@3x.png" width="120" />
<icon gap:platform="ios" height="50" src="www/res/icon/ios/Icon-Small-50.png" width="50" />
<icon gap:platform="ios" height="100" src="www/res/icon/ios/Icon-Small-50@2x.png" width="100" />
<icon gap:platform="ios" height="60" src="www/res/icon/ios/Icon-60.png" width="60" />
<icon gap:platform="ios" height="120" src="www/res/icon/ios/Icon-60@2x.png" width="120" />
<icon gap:platform="ios" height="180" src="www/res/icon/ios/Icon-60@3x.png" width="180" />
<icon gap:platform="ios" height="57" src="www/res/icon/ios/Icon.png" width="57" />
<icon gap:platform="ios" height="114" src="www/res/icon/ios/Icon@2x.png" width="114" />
<icon gap:platform="ios" height="72" src="www/res/icon/ios/Icon-72.png" width="72" />
<icon gap:platform="ios" height="144" src="www/res/icon/ios/Icon-72@2x.png" width="144" />
<icon gap:platform="ios" height="76" src="www/res/icon/ios/Icon-76.png" width="76" />
<icon gap:platform="ios" height="152" src="www/res/icon/ios/Icon-76@2x.png" width="152" />
<gap:splash src="www/res/splash/android/res-long-port-ldpi/default.png" density="port-ldpi"/>
<gap:splash src="www/res/splash/android/res-long-port-mdpi/default.png" density="port-mdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-hdpi/default.png" density="port-hdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-xhdpi/default.png" density="port-xhdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-xxhdpi/default.png" density="port-xxhdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-xxxhdpi/default.png" density="port-xxxhdpi"/>
<gap:splash gap:platform="ios" height="480" width="320" src="www/res/splash/ios/Default.png" />
<gap:splash gap:platform="ios" height="960" width="640" src="www/res/splash/ios/Default@2x.png" />
<gap:splash gap:platform="ios" height="1136" width="640" src="www/res/splash/ios/Default-568h@2x.png" />
<gap:splash gap:platform="ios" height="1334" width="750" src="www/res/splash/ios/Default-667h@2x.png" />
<gap:splash gap:platform="ios" height="2208" width="1242" src="www/res/splash/ios/Default-667h@2x.png" />
<access origin="*" />
</widget>