-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
62 lines (62 loc) · 3.54 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.jakobmetzger.owlisch" version="1.0.0">
<name>OWLisch</name>
<description>
Eine Lern-App für Dialektwörter aus Ostwestfalen-Lippe
</description>
<author email="[email protected]" href="https://github.com/JakobMe/owlisch">
Jakob Metzger
</author>
<content src="index.html" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="WebViewBounce" value="false" />
<preference name="target-device" value="handset" />
<preference name="Orientation" value="portrait" />
<preference name="DisallowOverscroll" value="true" />
<preference name="HideKeyboardFormAccessoryBar" value="true" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="EnableViewPortScale" value="false" />
<preference name="KeyboardShrinksView" value="true" />
<preference name="SuppressesIncrementalRendering" value="false" />
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarBackgroundColor" value="#3bbb77" />
<preference name="StatusBarStyle" value="lightcontent" />
<preference name="hardwareAccelerated" value="true" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="87" src="res/ios/icon-87x87.png" width="87" />
<icon height="167" src="res/ios/icon-167x167.png" width="167" />
<icon height="180" src="res/ios/icon-180x180.png" width="180" />
<icon height="120" src="res/ios/icon-120x120.png" width="120" />
<icon height="76" src="res/ios/icon-76x76.png" width="76" />
<icon height="152" src="res/ios/icon-152x152.png" width="152" />
<icon height="40" src="res/ios/icon-40x40.png" width="40" />
<icon height="80" src="res/ios/icon-80x80.png" width="80" />
<icon height="57" src="res/ios/icon-57x57.png" width="57" />
<icon height="114" src="res/ios/icon-114x114.png" width="114" />
<icon height="72" src="res/ios/icon-72x72.png" width="72" />
<icon height="144" src="res/ios/icon-144x144.png" width="144" />
<icon height="29" src="res/ios/icon-29x29.png" width="29" />
<icon height="58" src="res/ios/icon-58x58.png" width="58" />
<icon height="50" src="res/ios/icon-50x50.png" width="50" />
<icon height="100" src="res/ios/icon-100x100.png" width="100" />
<splash height="480" src="res/ios/splash-320x480.png" width="320" />
<splash height="960" src="res/ios/splash-640x960.png" width="640" />
<splash height="1024" src="res/ios/splash-768x1024.png" width="768" />
<splash height="2048" src="res/ios/splash-1536x2048.png" width="1536" />
<splash height="768" src="res/ios/splash-1024x768.png" width="1024" />
<splash height="1536" src="res/ios/splash-2048x1536.png" width="2048" />
<splash height="1136" src="res/ios/splash-640x1136.png" width="640" />
<splash height="1334" src="res/ios/splash-750x1334.png" width="750" />
<splash height="2208" src="res/ios/splash-1242x2208.png" width="1242" />
<splash height="1242" src="res/ios/splash-2208x1242.png" width="2208" />
</platform>
<engine name="ios" spec="~4.2.0" />
<plugin name="cordova-plugin-statusbar" spec="~2.1.3" />
<plugin name="cordova-plugin-keyboard" spec="~1.1.4" />
<plugin name="cordova-plugin-dialogs" spec="~1.2.1" />
</widget>