-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_phonegap_staging.xml
114 lines (88 loc) · 5.17 KB
/
config_phonegap_staging.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
104
105
106
107
108
109
110
111
112
113
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.innovationsforlearning.teachernotepad2" version="1.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>TeacherNotepad2 Staging</name>
<description>
An educational tool for teachers and students.
</description>
<author email="support@innovationsforlearning.org" href="http://innovationsforlearning.org">
Innovations for Learning Team
</author>
<preference name="phonegap-version" value="3.8.0" />
<content src="index.html" />
<preference name="permissions" value="none" />
<preference name="orientation" value="landscape" />
<preference name="target-device" value="tablet" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="false" />
<preference name="disable-cursor" value="false" />
<gap:plugin name="io.litehelpers.cordova.sqlite" version="0.7.10" />
<gap:plugin name="org.apache.cordova.console" version="0.2.11" />
<gap:plugin name="org.apache.cordova.device" version="0.2.12" />
<gap:plugin name="org.apache.cordova.inappbrowser" version="0.5.4" source="plugins.cordova.io" />
<gap:plugin name="org.apache.cordova.network-information" version="0.2.12" />
<gap:plugin name="org.apache.cordova.splashscreen" version="0.3.4" />
<gap:plugin name="nl.x-services.plugins.insomnia" version="4.0.1" />
<!-- <gap:plugin name="io.litehelpers.cordova.sqlite" source="npm" />
<gap:plugin name="org.apache.cordova.console" source="npm" />
<gap:plugin name="org.apache.cordova.device" source="npm" />
<gap:plugin name="org.apache.cordova.inappbrowser" source="npm"/>
<gap:plugin name="org.apache.cordova.network-information" source="npm" />
<gap:plugin name="org.apache.cordova.splashscreen" source="npm"/>
-->
<icon src="icon.png" />
<icon gap:platform="ios" height="60" src="res/ios/icon-60.png" width="60" />
<icon gap:platform="ios" height="120" src="res/ios/icon-60@2x.png" width="120" />
<icon gap:platform="ios" height="180" src="res/ios/icon-60@3x.png" width="180" />
<icon gap:platform="ios" height="72" src="res/ios/icon-72.png" width="72" />
<icon gap:platform="ios" height="144" src="res/ios/icon-72@2x.png" width="144" />
<icon gap:platform="ios" height="76" src="res/ios/icon-76.png" width="76" />
<icon gap:platform="ios" height="152" src="res/ios/icon-76@2.png" width="152" />
<icon gap:platform="ios" height="40" src="res/ios/Icon-Small-40.png" width="40" />
<icon gap:platform="ios" height="80" src="res/ios/Icon-Small-40@2x.png" width="80" />
<icon gap:platform="ios" height="120" src="res/ios/Icon-Small-40@3x.png" width="120" />
<icon gap:platform="ios" height="50" src="res/ios/Icon-Small-50.png" width="50" />
<icon gap:platform="ios" height="100" src="res/ios/Icon-Small-50@2x.png" width="100" />
<icon gap:platform="ios" height="29" src="res/ios/Icon-Small.png" width="29" />
<icon gap:platform="ios" height="58" src="res/ios/Icon-Small@2x.png" width="58" />
<icon gap:platform="ios" height="87" src="res/ios/Icon-Small@3x.png" width="87" />
<icon gap:platform="ios" height="57" src="res/ios/Icon.png" width="57" />
<icon gap:platform="ios" height="114" src="res/ios/Icon@2x.png" width="114" />
<gap:splash src="res/screen/ios/Default-Landscape@2x~ipad.png" gap:platform="ios" width="2048" height="1536" />
<gap:splash src="res/screen/ios/Default-Landscape@~ipad.png" gap:platform="ios" width="1024" height="768" />
<gap:config-file platform="ios" parent="UISupportedInterfaceOrientations" mode="replace">
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</gap:config-file>
<gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance" mode="replace">
<false/>
</gap:config-file>
<gap:config-file platform="ios" parent="UIStatusBarHidden" mode="replace">
<true/>
</gap:config-file>
<icon gap:platform="webos" src="res/icon/webos/icon-64.png" />
<gap:splash gap:platform="ios" src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
<gap:splash gap:platform="ios" src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
<access origin="*" />
<plugin name="cordova-plugin-whitelist" version="1" />
<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:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>