-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
63 lines (62 loc) · 2.79 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.daiad" version="1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DAIAD</name>
<description />
<author email="" href=""></author>
<preference name="AutoHideSplashScreen" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="WebViewBounce" value="true" />
<content src="index.html" />
<access origin="*" />
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />
<content src="index.html" />
<allow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="android-targetSdkVersion" value="22" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="com.telerik.plugins.nativepagetransitions" spec="~0.6.3" />
<plugin name="cordova-plugin-dialogs" spec="~1.2.0" />
<plugin name="cordova-plugin-globalization" spec="~1.0.2" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.2.0" />
<plugin name="cordova-plugin-x-socialsharing" spec="~5.0.11" />
<plugin name="cordova-plugin-geolocation" spec="~2.1.0" />
<plugin name="cordova-plugin-splashscreen" spec="~2.1.0" />
<plugin name="cordova-plugin-file" spec="~3.0.0" />
<plugin name="cordova-plugin-camera" spec="~2.1.0" />
<plugin name="cordova-plugin-statusbar" spec="~1.0.1" />
<plugin name="cordova-sqlite-storage" spec="~0.8.2" />
<plugin name="cordova-plugin-device" spec="~1.0.1" />
<plugin name="cordova-plugin-whitelist" spec="~1.0.0" />
<plugin name="cordova-plugin-datepicker" spec="~0.9.3" />
<plugin name="cordova-plugin-screen-orientation" spec="~1.4.2" />
<plugin name="cordova-plugin-ble-central" spec="~1.1.1" />
<plugin name="cordova-plugin-network-information" spec="~1.3.1" />
<engine name="ios" spec="~4.0.1" />
<engine name="android" spec="~5.1.1" />
<feature name="SplashScreen">
<param name="ios-package" value="CDVSplashScreen" />
</feature>
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<feature name="BLE">
<param name="ios-package" onload="true" value="BLECentralPlugin" />
</feature>
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
</feature>
</widget>