- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
Latest commit
92 lines (92 loc) · 6.48 KB
/
Copy pathconfig.xml
File metadata and controls
92 lines (92 loc) · 6.48 KB
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
<?xml version='1.0' encoding='utf-8'?>
<widgetid="io.ionic.starter"version="0.0.1"xmlns="http://www.w3.org/ns/widgets"xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>MyApp</name>
<description>An awesome Ionic/Cordova app.</description>
<authoremail="hi@ionicframework"href="http://ionicframework.com/">Ionic Framework Team</author>
<contentsrc="index.html" />
<accessorigin="*" />
<allow-intenthref="http://*/*" />
<allow-intenthref="https://*/*" />
<allow-intenthref="tel:*" />
<allow-intenthref="sms:*" />
<allow-intenthref="mailto:*" />
<allow-intenthref="geo:*" />
<preferencename="ScrollEnabled"value="false" />
<preferencename="android-minSdkVersion"value="16" />
<preferencename="BackupWebStorage"value="none" />
<preferencename="SplashMaintainAspectRatio"value="true" />
<preferencename="FadeSplashScreenDuration"value="300" />
<preferencename="SplashShowOnlyFirstTime"value="false" />
<preferencename="SplashScreen"value="screen" />
<preferencename="SplashScreenDelay"value="3000" />
<platformname="android">
<allow-intenthref="market:*" />
<allow-intenthref="androidamap://*/*" />
<allow-intenthref="bdapp://*/*" />
<icondensity="ldpi"src="resources/android/icon/drawable-ldpi-icon.png" />
<icondensity="mdpi"src="resources/android/icon/drawable-mdpi-icon.png" />
<icondensity="hdpi"src="resources/android/icon/drawable-hdpi-icon.png" />
<icondensity="xhdpi"src="resources/android/icon/drawable-xhdpi-icon.png" />
<icondensity="xxhdpi"src="resources/android/icon/drawable-xxhdpi-icon.png" />
<icondensity="xxxhdpi"src="resources/android/icon/drawable-xxxhdpi-icon.png" />
<splashdensity="land-ldpi"src="resources/android/splash/drawable-land-ldpi-screen.png" />
<splashdensity="land-mdpi"src="resources/android/splash/drawable-land-mdpi-screen.png" />
<splashdensity="land-hdpi"src="resources/android/splash/drawable-land-hdpi-screen.png" />
<splashdensity="land-xhdpi"src="resources/android/splash/drawable-land-xhdpi-screen.png" />
<splashdensity="land-xxhdpi"src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
<splashdensity="land-xxxhdpi"src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
<splashdensity="port-ldpi"src="resources/android/splash/drawable-port-ldpi-screen.png" />
<splashdensity="port-mdpi"src="resources/android/splash/drawable-port-mdpi-screen.png" />
<splashdensity="port-hdpi"src="resources/android/splash/drawable-port-hdpi-screen.png" />
<splashdensity="port-xhdpi"src="resources/android/splash/drawable-port-xhdpi-screen.png" />
<splashdensity="port-xxhdpi"src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
<splashdensity="port-xxxhdpi"src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
</platform>
<platformname="ios">
<allow-intenthref="itms:*" />
<allow-intenthref="itms-apps:*" />
<allow-intenthref="iosamap://*/*" />
<allow-intenthref="baidumap://*/*" />
<iconheight="57"src="resources/ios/icon/icon.png"width="57" />
<iconheight="114"src="resources/ios/icon/icon@2x.png"width="114" />
<iconheight="40"src="resources/ios/icon/icon-40.png"width="40" />
<iconheight="80"src="resources/ios/icon/icon-40@2x.png"width="80" />
<iconheight="120"src="resources/ios/icon/icon-40@3x.png"width="120" />
<iconheight="50"src="resources/ios/icon/icon-50.png"width="50" />
<iconheight="100"src="resources/ios/icon/icon-50@2x.png"width="100" />
<iconheight="60"src="resources/ios/icon/icon-60.png"width="60" />
<iconheight="120"src="resources/ios/icon/icon-60@2x.png"width="120" />
<iconheight="180"src="resources/ios/icon/icon-60@3x.png"width="180" />
<iconheight="72"src="resources/ios/icon/icon-72.png"width="72" />
<iconheight="144"src="resources/ios/icon/icon-72@2x.png"width="144" />
<iconheight="76"src="resources/ios/icon/icon-76.png"width="76" />
<iconheight="152"src="resources/ios/icon/icon-76@2x.png"width="152" />
<iconheight="167"src="resources/ios/icon/icon-83.5@2x.png"width="167" />
<iconheight="29"src="resources/ios/icon/icon-small.png"width="29" />
<iconheight="58"src="resources/ios/icon/icon-small@2x.png"width="58" />
<iconheight="87"src="resources/ios/icon/icon-small@3x.png"width="87" />
<iconheight="1024"src="resources/ios/icon/icon-1024.png"width="1024" />
<splashheight="1136"src="resources/ios/splash/Default-568h@2x~iphone.png"width="640" />
<splashheight="1334"src="resources/ios/splash/Default-667h.png"width="750" />
<splashheight="2208"src="resources/ios/splash/Default-736h.png"width="1242" />
<splashheight="1242"src="resources/ios/splash/Default-Landscape-736h.png"width="2208" />
<splashheight="1536"src="resources/ios/splash/Default-Landscape@2x~ipad.png"width="2048" />
<splashheight="2048"src="resources/ios/splash/Default-Landscape@~ipadpro.png"width="2732" />
<splashheight="768"src="resources/ios/splash/Default-Landscape~ipad.png"width="1024" />
<splashheight="2048"src="resources/ios/splash/Default-Portrait@2x~ipad.png"width="1536" />
<splashheight="2732"src="resources/ios/splash/Default-Portrait@~ipadpro.png"width="2048" />
<splashheight="1024"src="resources/ios/splash/Default-Portrait~ipad.png"width="768" />
<splashheight="960"src="resources/ios/splash/Default@2x~iphone.png"width="640" />
<splashheight="480"src="resources/ios/splash/Default~iphone.png"width="320" />
<splashheight="2732"src="resources/ios/splash/Default@2x~universal~anyany.png"width="2732" />
</platform>
<enginename="android"spec="^6.3.0" />
<pluginname="cordova-plugin-device"spec="^1.1.4" />
<pluginname="cordova-plugin-appavailability"spec="^0.4.2" />
<pluginname="cordova-plugin-inappbrowser"spec="^2.0.2" />
<pluginname="com.lampa.startapp"spec="git+https://github.com/lampaa/com.lampa.startapp.git" />
<pluginname="ionic-plugin-keyboard"spec="^2.2.1" />
<pluginname="cordova-plugin-whitelist"spec="^1.3.1" />
<pluginname="cordova-plugin-splashscreen"spec="^4.0.3" />
<pluginname="cordova-plugin-ionic-webview"spec="^1.1.16" />
</widget>