-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
87 lines (80 loc) · 5.15 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.makinacorpus.app251094" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>app</name>
<description>
An Ionic Framework app starter.
</description>
<author email="[email protected]" href="http://makina-corpus.com">
Makina Corpus Cordova Team
</author>
<content src="index.html"/>
<access origin="*"/>
<preference name="webviewbounce" value="false"/>
<preference name="fullscreen" value="false" />
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="AndroidPersistentFileLocation" value="Internal" />
<preference name="iosPersistentFileLocation" value="Library" />
<!--
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
-->
<!-- SPLASH SCREEN & ICONS -->
<!--
<preference name="SplashScreenDelay" value="10000" />
<preference name="SplashScreen" value="screen" />
<platform name="ios">
<icon src="images/icons/ios/[email protected]" width="180" height="180" />
<icon src="images/icons/ios/icon-60.png" width="60" height="60" />
<icon src="images/icons/ios/[email protected]" width="120" height="120" />
<icon src="images/icons/ios/icon-76.png" width="76" height="76" />
<icon src="images/icons/ios/[email protected]" width="152" height="152" />
<icon src="images/icons/ios/icon-40.png" width="40" height="40" />
<icon src="images/icons/ios/[email protected]" width="80" height="80" />
<icon src="images/icons/ios/icon.png" width="57" height="57" />
<icon src="images/icons/ios/[email protected]" width="114" height="114" />
<icon src="images/icons/ios/icon-72.png" width="72" height="72" />
<icon src="images/icons/ios/[email protected]" width="144" height="144" />
<icon src="images/icons/ios/icon-small.png" width="29" height="29" />
<icon src="images/icons/ios/[email protected]" width="58" height="58" />
<icon src="images/icons/ios/icon-50.png" width="50" height="50" />
<icon src="images/icons/ios/[email protected]" width="100" height="100" />
<splash src="images/splashscreen/ios/splash-portrait.png" width="320" height="480"/>
<splash src="images/splashscreen/ios/splash-landscape.png" width="480" height="320"/>
<splash src="images/splashscreen/ios/[email protected]" width="640" height="960"/>
<splash src="images/splashscreen/ios/[email protected]" width="960" height="640"/>
<splash src="images/splashscreen/ios/splash-portrait~ipad.png" width="768" height="1024"/>
<splash src="images/splashscreen/ios/splash-landscape~ipad.png" width="1024" height="768"/>
<splash src="images/splashscreen/ios/splash-portrait@2x~ipad.png" width="1536" height="2048"/>
<splash src="images/splashscreen/ios/splash-landscape@2x~ipad.png" width="2048" height="1536"/>
<splash src="images/splashscreen/ios/[email protected]" width="640" height="1136"/>
<splash src="images/splashscreen/ios/[email protected]" width="1136" height="640"/>
<splash src="images/splashscreen/ios/[email protected]" width="750" height="1334"/>
<splash src="images/splashscreen/ios/[email protected]" width="1334" height="750"/>
<splash src="images/splashscreen/ios/[email protected]" width="1242" height="2208"/>
<splash src="images/splashscreen/ios/[email protected]" width="2208" height="1242"/>
</platform>
<platform name="android">
<icon src="images/icons/android/ic_launcher-medium.png" density="mdpi" />
<icon src="images/icons/android/ic_launcher-high.png" density="ldpi" />
<icon src="images/icons/android/ic_launcher-high.png" density="hdpi" />
<icon src="images/icons/android/ic_launcher-x-high.png" density="xhdpi" />
<icon src="images/icons/android/ic_launcher-xx-high.png" density="xxhdpi" />
<icon src="images/icons/android/ic_launcher-xxx-high.png" density="xxxhdpi" />
<splash src="images/splashscreen/android/splash-landscape-mdpi.png" density="land-mdpi"/>
<splash src="images/splashscreen/android/splash-landscape-hdpi.png" density="land-ldpi"/>
<splash src="images/splashscreen/android/splash-landscape-hdpi.png" density="land-hdpi"/>
<splash src="images/splashscreen/android/splash-landscape-xhdpi.png" density="land-xhdpi"/>
<splash src="images/splashscreen/android/splash-landscape-xxhdpi.png" density="land-xxhdpi"/>
<splash src="images/splashscreen/android/splash-landscape-xxxhdpi.png" density="land-xxxhdpi"/>
<splash src="images/splashscreen/android/splash-portrait-mdpi.png" density="port-mdpi"/>
<splash src="images/splashscreen/android/splash-portrait-hdpi.png" density="port-ldpi"/>
<splash src="images/splashscreen/android/splash-portrait-hdpi.png" density="port-hdpi"/>
<splash src="images/splashscreen/android/splash-portrait-xhdpi.png" density="port-xhdpi"/>
<splash src="images/splashscreen/android/splash-portrait-xxhdpi.png" density="port-xxhdpi"/>
<splash src="images/splashscreen/android/splash-portrait-xxxhdpi.png" density="port-xxxhdpi"/>
</platform>
-->
</widget>