-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.xml
103 lines (103 loc) · 6.13 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
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="91" id="com.evothings.evothingsviewer" ios-CFBundleVersion="1.6.0" version="1.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Viewer</name>
<description>
Mobile app for Evothings Studio.
</description>
<author email="[email protected]" href="http://evothings.com">
Evothings AB
</author>
<content src="index.html" />
<access origin="*" />
<allow-navigation href="*" />
<preference name="DisallowOverscroll" value="true" />
<preference name="Orientation" value="default" />
<preference name="BackgroundColor" value="0xffffffff" />
<preference name="HideKeyboardFormAccessoryBar" value="true" />
<preference name="FadeSplashScreen" value="false" />
<preference name="EnableViewportScale" value="true" />
<preference name="BackupWebStorage" value="local" />
<platform name="android">
<allow-intent href="*" />
<preference name="Fullscreen" value="false" />
<preference name="AndroidLaunchMode" value="singleTask" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="27" />
</platform>
<platform name="ios">
<preference name="Fullscreen" value="true" />
</platform>
<hook src="scripts/before_prepare.js" type="before_prepare" />
<platform name="android">
<hook src="scripts/after_prepare_android.js" type="after_prepare" />
</platform>
<platform name="ios">
<hook src="scripts/after_prepare_ios.js" type="after_prepare" />
</platform>
<platform name="android">
<icon density="ldpi" src="config/icons/icon-36.png" />
<icon density="mdpi" src="config/icons/icon-48.png" />
<icon density="hdpi" src="config/icons/icon-72.png" />
<icon density="xhdpi" src="config/icons/icon-96.png" />
</platform>
<platform name="ios">
<icon height="180" src="config/icons/icon-white-180.png" width="180" />
<icon height="60" src="config/icons/icon-white-60.png" width="60" />
<icon height="120" src="config/icons/icon-white-120.png" width="120" />
<icon height="76" src="config/icons/icon-white-76.png" width="76" />
<icon height="152" src="config/icons/icon-white-152.png" width="152" />
<icon height="40" src="config/icons/icon-white-40.png" width="40" />
<icon height="80" src="config/icons/icon-white-80.png" width="80" />
<icon height="57" src="config/icons/icon-white-57.png" width="57" />
<icon height="114" src="config/icons/icon-white-114.png" width="114" />
<icon height="72" src="config/icons/icon-white-72.png" width="72" />
<icon height="144" src="config/icons/icon-white-144.png" width="144" />
<icon height="29" src="config/icons/icon-white-29.png" width="29" />
<icon height="58" src="config/icons/icon-white-58.png" width="58" />
<icon height="50" src="config/icons/icon-white-50.png" width="50" />
<icon height="100" src="config/icons/icon-white-100.png" width="100" />
</platform>
<platform name="android">
</platform>
<platform name="ios">
<splash height="480" src="config/icons/ios_splash/Default~iphone.png" width="320" />
<splash height="960" src="config/icons/ios_splash/Default@2x~iphone.png" width="640" />
<splash height="1024" src="config/icons/ios_splash/Default-Portrait~ipad.png" width="768" />
<splash height="2048" src="config/icons/ios_splash/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="768" src="config/icons/ios_splash/Default-Landscape~ipad.png" width="1024" />
<splash height="1536" src="config/icons/ios_splash/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="1136" src="config/icons/ios_splash/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="config/icons/ios_splash/Default-667h.png" width="750" />
<splash height="2208" src="config/icons/ios_splash/Default-736h.png" width="1242" />
<splash height="1242" src="config/icons/ios_splash/Default-Landscape-736h.png" width="2208" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-battery-status" spec="^2.0.2" />
<plugin name="cordova-plugin-camera" spec="^4.0.3" />
<plugin name="cordova-plugin-console" spec="^1.1.0" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-device-motion" spec="^2.0.1" />
<plugin name="cordova-plugin-device-orientation" spec="^2.0.1" />
<plugin name="cordova-plugin-dialogs" spec="^2.0.1" />
<plugin name="cordova-plugin-geolocation" spec="^4.0.1" />
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-vibration" spec="^3.1.0" />
<plugin name="cordova-plugin-chrome-apps-system-network" spec="^1.1.2" />
<plugin name="cordova-plugin-chrome-apps-sockets-tcp" spec="^1.3.7" />
<plugin name="cordova-plugin-chrome-apps-sockets-tcpserver" spec="^1.2.4" />
<plugin name="cordova-plugin-chrome-apps-sockets-udp" spec="^1.3.0" />
<plugin name="phonegap-nfc" spec="^0.7.3" />
<plugin name="cordova-plugin-bluetooth-serial" spec="^0.4.7" />
<plugin name="com.unarin.cordova.beacon" spec="https://github.com/petermetz/cordova-plugin-ibeacon.git" />
<plugin name="cordova-plugin-http" spec="https://github.com/wymsee/cordova-HTTP.git" />
<plugin name="cordova-plugin-local-notification" spec="https://github.com/katzer/cordova-plugin-local-notifications.git" />
<plugin name="phonegap-plugin-barcodescanner" spec="^7.1.2">
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
</plugin>
<plugin name="com.evothings.evothingsviewer.config-plugin" spec="config/config-plugin" />
<plugin name="cordova-plugin-ble" spec="https://github.com/evothings/cordova-ble.git" />
<engine name="android" spec="^7.1.0" />
</widget>