-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathconfig.xml
113 lines (110 loc) · 6.81 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.adobe.phonegap.app" version="1.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>WWR Mobile</name>
<description>
WWR
</description>
Adobe PhoneGap Team
</author>
<hook src="resources/script/before-test-runner.js" type="before_prepare" />
<hook src="resources/script/after-test-runner.js" type="after_prepare" />
<hook src="resources/script/copy-android-push-icon.js" type="before_build" />
<hook src="resources/script/add-version.js" type="before_build" />
<hook src="resources/script/remove-version.js" type="after_compile" />
<preference name="StatusBarStyle" value="default" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="DisallowOverscroll" value="true" />
<access origin="*" />
<content src="index.html" />
<platform name="windows">
</platform>
<platform name="ios">
<preference name="Orientation" value="all" />
<preference name="AutoHideSplashScreen" value="false" />
<icon height="76" src="resources/icon/ios/icon-76.png" width="76" />
<icon height="72" src="resources/icon/ios/icon-72.png" width="72" />
<icon height="60" src="resources/icon/ios/icon-60.png" width="60" />
<icon height="50" src="resources/icon/ios/icon-50.png" width="50" />
<icon height="40" src="resources/icon/ios/icon-40.png" width="40" />
<icon height="57" src="resources/icon/ios/icon.png" width="57" />
<icon height="29" src="resources/icon/ios/icon-small.png" width="29" />
<icon height="1024" src="resources/icon/ios/icon-1024.png" width="1024" />
<splash height="480" src="resources/splash/ios/Default~iphone.png" width="320" />
<splash height="960" src="resources/splash/ios/Default@2x~iphone.png" width="640" />
<splash height="1024" src="resources/splash/ios/Default-Portrait~ipad.png" width="768" />
<splash height="2048" src="resources/splash/ios/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="768" src="resources/splash/ios/Default-Landscape~ipad.png" width="1024" />
<splash height="1536" src="resources/splash/ios/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="1136" src="resources/splash/ios/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/splash/ios/Default-667h.png" width="750" />
<splash height="2208" src="resources/splash/ios/Default-736h.png" width="1242" />
<splash height="1242" src="resources/splash/ios/Default-Landscape-736h.png" width="2208" />
</platform>
<platform name="android">
<preference name="android-minSdkVersion" value="19" />
<preference name="Orientation" value="default" />
<preference name="SplashScreenDelay" value="0" />
<icon density="ldpi" src="resources/icon/android/icon-36.png" />
<icon density="mdpi" src="resources/icon/android/icon-48.png" />
<icon density="hdpi" src="resources/icon/android/icon-72.png" />
<icon density="xhdpi" src="resources/icon/android/icon-96.png" />
<resource-file src="google-services.json" target="google-services.json" />
</platform>
<engine name="android" spec="~6.4.0" />
<engine name="ios" spec="^4.5.3" />
<plugin name="cordova-plugin-battery-status" spec="^1.2.5" />
<plugin name="cordova-plugin-ble-central" spec="^1.1.4">
<variable name="BLUETOOTH_USAGE_DESCRIPTION" value="Bluetooth development purposes" />
</plugin>
<plugin name="cordova-plugin-camera" spec="^3.0.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="Camera used for development purposes" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-device-motion" spec="^1.2.5" />
<plugin name="cordova-plugin-dialogs" spec="^1.3.4" />
<plugin name="cordova-plugin-file" spec="^5.0.0" />
<plugin name="cordova-plugin-file-transfer" spec="^1.7.0" />
<plugin name="cordova-plugin-geolocation" spec="^3.0.0">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="Geolocation used for development purposes" />
</plugin>
<plugin name="cordova-plugin-globalization" spec="^1.0.8" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.2" />
<plugin name="cordova-plugin-insomnia" spec="^4.3.0" />
<plugin name="cordova-plugin-media" spec="^4.0.0">
<variable name="MICROPHONE_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-media-capture" spec="^2.0.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="Camera used for development purposes" />
<variable name="MICROPHONE_USAGE_DESCRIPTION" value="Microphone used for development purposes" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="Photo library used for development purposes" />
</plugin>
<plugin name="cordova-plugin-network-information" spec="^1.3.4" />
<plugin name="cordova-plugin-screen-orientation" spec="^2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
<plugin name="cordova-plugin-vibration" spec="^2.1.6" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.2.1" />
<plugin name="phonegap-plugin-barcodescanner" spec="^6.0.8">
<variable name="CAMERA_USAGE_DESCRIPTION" value="Camera used for development purposes" />
</plugin>
<plugin name="phonegap-plugin-contentsync" spec="^1.4.1" />
<plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" />
<plugin name="phonegap-plugin-push" spec="^2.1.2">
<variable name="FCM_VERSION" value="11.0.1" />
</plugin>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<allow-navigation href="*" />
</widget>