This repository has been archived by the owner on Feb 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
117 lines (116 loc) · 7.36 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
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
114
115
116
117
<?xml version='1.0' encoding='utf-8'?>
<widget id="ca.edumedia.codaps.pep" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Public Engagement Portal Companion App</name>
<description>
Public Engagement Portal Companion App
</description>
<author email="[email protected]" href="codaps.edumedia.ca">
CODAPS
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="SplashScreenDelay" value="3000" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashShowOnlyFirstTime" value="true" />
<preference name="CameraUsesGeolocation" value="true" />
<preference name="windows-target-version" value="10.0" />
<preference name="orientation" value="portrait" />
<platform name="android">
<allow-intent href="market:*" />
<splash src="res/Android/res/drawable-land-hdpi/screen.png" density="land-hdpi"/>
<splash src="res/Android/res/drawable-land-ldpi/screen.png" density="land-ldpi"/>
<splash src="res/Android/res/drawable-land-mdpi/screen.png" density="land-mdpi"/>
<splash src="res/Android/res/drawable-land-xhdpi/screen.png" density="land-xhdpi"/>
<splash src="res/Android/res/drawable-land-xxhdpi/screen.png" density="land-xxhdpi"/>
<splash src="res/Android/res/drawable-land-xxxhdpi/screen.png" density="land-xxxhdpi"/>
<splash src="res/Android/res/drawable-hdpi/screen.png" density="port-hdpi"/>
<splash src="res/Android/res/drawable-ldpi/screen.png" density="port-ldpi"/>
<splash src="res/Android/res/drawable-mdpi/screen.png" density="port-mdpi"/>
<splash src="res/Android/res/drawable-xhdpi/screen.png" density="port-xhdpi"/>
<splash src="res/Android/res/drawable-xxhdpi/screen.png" density="port-xxhdpi"/>
<splash src="res/Android/res/drawable-xxxhdpi/screen.png" density="port-xxxhdpi"/>
<icon src="res/Android/res/android/mipmap-ldpi/ic_launcher.png" density="ldpi" />
<icon src="res/Android/res/android/mipmap-mdpi/ic_launcher.png" density="mdpi" />
<icon src="res/Android/res/android/mipmap-hdpi/ic_launcher.png" density="hdpi" />
<icon src="res/Android/res/android/mipmap-xhdpi/ic_launcher.png" density="xhdpi" />
<icon src="res/Android/res/android/mipmap-xxhdpi/ic_launcher.png" density="xxhdpi" />
<icon src="res/Android/res/android/mipmap-xxxhdpi/ic_launcher.png" density="xxxhdpi" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />'
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarStyle" value="lightcontent" />
<splash src="res/IOS/Resources/splash/Default~iphone.png" width="320" height="480"/>
<splash src="res/IOS/Resources/splash/Default@2x~iphone.png" width="640" height="960"/>
<splash src="res/IOS/Resources/splash/Default-750@2x~iphone6-portrait.png" width="750" height="1334"/>
<splash src="res/IOS/Resources/splash/Default~ipad.png" width="768" height="1024"/>
<splash src="res/IOS/Resources/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
<splash src="res/IOS/Resources/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
<splash src="res/IOS/Resources/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
<splash src="res/IOS/Resources/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
<icon src="res/IOS/Resources/icons/[email protected]" width="180" height="180" />
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="res/IOS/Resources/icons/[email protected]" width="60" height="60" />
<icon src="res/IOS/Resources/icons/[email protected]" width="120" height="120" />
<!-- iPad -->
<icon src="res/IOS/Resources/icons/[email protected]" width="76" height="76" />
<icon src="res/IOS/Resources/icons/[email protected]" width="152" height="152" />
<!-- Spotlight Icon -->
<icon src="res/IOS/Resources/icons/[email protected]" width="40" height="40" />
<icon src="res/IOS/Resources/icons/[email protected]" width="80" height="80" />
<!-- iOS 6.1 -->
<!-- iPhone / iPod Touch -->
<icon src="res/IOS/Resources/icons/[email protected]" width="57" height="57" />
<icon src="res/IOS/Resources/icons/[email protected]" width="114" height="114" />
<!-- iPad -->
<icon src="res/IOS/Resources/icons/[email protected]" width="72" height="72" />
<icon src="res/IOS/Resources/icons/[email protected]" width="144" height="144" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="res/IOS/Resources/icons/[email protected]" width="29" height="29" />
<icon src="res/IOS/Resources/icons/[email protected]" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="res/IOS/Resources/icons/[email protected]" width="50" height="50" />
<icon src="res/IOS/Resources/icons/[email protected]" width="100" height="100" />
<!-- iPad Pro -->
<icon src="res/IOS/Resources/icons/[email protected]" width="167" height="167" />
<!-- TODO: get proper paths to iOS splash screens -->
<!--<splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/>
<splash src="res/screen/ios/Default@2x~iphone.png" width="640" height="960"/>
<splash src="res/screen/ios/Default-Portrait~ipad.png" width="768" height="1024"/>
<splash src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
<splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
<splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
<splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
<splash src="res/screen/ios/Default-667h.png" width="750" height="1334"/>
<splash src="res/screen/ios/Default-736h.png" width="1242" height="2208"/>
<splash src="res/screen/ios/Default-Landscape-736h.png" width="2208" height="1242"/>
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
<splash src="res/screen/ios/Default@2x~universal~comany.png" />
<splash src="res/screen/ios/Default@2x~universal~comcom.png" />
<splash src="res/screen/ios/Default@3x~universal~anyany.png" />
<splash src="res/screen/ios/Default@3x~universal~anycom.png" />
<splash src="res/screen/ios/Default@3x~universal~comany.png" />-->
</platform>
<plugin name="cordova-plugin-browsersync" spec="~0.1.1" />
<plugin name="cordova-plugin-camera" spec="~2.3.1" />
<plugin name="cordova-plugin-compat" spec="~1.1.0" />
<plugin name="cordova-plugin-console" spec="~1.0.5" />
<plugin name="cordova-plugin-file" spec="~4.3.1" />
<plugin name="cordova-plugin-file-transfer" spec="~1.6.1" />
<plugin name="cordova-plugin-keyboard" spec="~1.1.5" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.1" />
<plugin name="cordova-plugin-secure-storage" spec="~2.6.3" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.2" />
<engine name="android" spec="~5.1.1" />
<engine name="browser" spec="~4.1.0" />
</widget>