-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
104 lines (95 loc) · 5.99 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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="uk.ac.ox.it.mobileoxford" versionCode="300" version="0.5.0">
<name>Mobile Oxford</name>
<description>Your university and city on the move</description>
<author href="https://m.ox.ac.uk" email="mobileoxford@it.ox.ac.uk">Mobile Oxford team, IT Services, University of Oxford</author>
<content src="index.html" />
<access origin="*" />
<preference name="DisallowOverscroll" value="true" />
<preference name="orientation" value="portrait" />
<preference name="Fullscreen" value="true" />
<feature name="http://api.phonegap.com/1.0/geolocation" />
<gap:config-file parent="UIStatusBarHidden" platform="ios">
<true />
</gap:config-file>
<gap:config-file overwrite="true" parent="UIViewControllerBasedStatusBarAppearance" platform="ios">
<false />
</gap:config-file>
<platform name="android">
</platform>
<platform name="ios">
</platform>
<plugin name="cordova-plugin-dialogs" spec="~1.2.1" />
<plugin name="cordova-plugin-contacts" spec="~2.1.0" />
<plugin name="cordova-plugin-device" spec="~1.1.2" />
<plugin name="cordova-plugin-splashscreen" spec="~3.2.2" />
<plugin name="cordova-plugin-geolocation" spec="~2.2.0" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.4.0" />
<plugin name="cordova-plugin-statusbar" spec="~2.1.3" />
<plugin name="cordova-plugin-calendar" spec="~4.5.1" />
<plugin name="cordova-plugin-google-analytics" spec="~1.5.6" />
<plugin name="cordova-plugin-whitelist" spec="~1.2.2" />
<plugin name="cordova-plugin-pushplugin" spec="~2.6.1" />
<platform name="android">
<!--you can use any density that exists in the Android project -->
<splash src="packaging/splash/splash-land-ldpi.png" density="land-ldpi"/>
<splash src="packaging/splash/splash-land-hdpi.png" density="land-hdpi"/>
<splash src="packaging/splash/splash-land-mdpi.png" density="land-mdpi"/>
<splash src="packaging/splash/splash-land-xhdpi.png" density="land-xhdpi"/>
<splash src="packaging/splash/splash-land-xxhdpi.png" density="land-xxhdpi"/>
<splash src="packaging/splash/splash-land-xxxhdpi.png" density="land-xxxhdpi"/>
<splash src="packaging/splash/splash-port-ldpi.png" density="port-ldpi"/>
<splash src="packaging/splash/splash-port-hdpi.png" density="port-hdpi"/>
<splash src="packaging/splash/splash-port-mdpi.png" density="port-mdpi"/>
<splash src="packaging/splash/splash-port-xhdpi.png" density="port-xhdpi"/>
<splash src="packaging/splash/splash-port-xxhdpi.png" density="port-xxhdpi"/>
<splash src="packaging/splash/splash-port-xxxhdpi.png" density="port-xxxhdpi"/>
<icon src="packaging/icons/ldpi.png" density="ldpi" />
<icon src="packaging/icons/mdpi.png" density="mdpi" />
<icon src="packaging/icons/hdpi.png" density="hdpi" />
<icon src="packaging/icons/xhdpi.png" density="xhdpi" />
<icon src="packaging/icons/xxhdpi.png" density="xxhdpi" />
<icon src="packaging/icons/xxxhdpi.png" density="xxxhdpi" />
</platform>
<platform name="ios">
<splash src="packaging/splash/Default-Portrait~ipad.png" width="768" height="1024"/>
<splash src="packaging/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
<splash src="packaging/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
<splash src="packaging/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
<splash src="packaging/splash/Default-736h.png" width="1242" height="2208"/> -->
<splash src="packaging/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
<!-- before iphone 5 ios only supported portrait splash screens. We can fake it
by rotating the imagery 90% within the portrait dimenstions-->
<splash src="packaging/splash/Default~iphone.png" width="320" height="480"/>
<splash src="packaging/splash/Default@2x~iphone.png" width="640" height="960"/>
<splash src="packaging/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
<!-- the following screens do not have "landscape" variants recognised by cordova, but we get around this by making the image file landscape but not changing the portrait dimensions specified here -->
<splash src="packaging/splash/Default-667h.png" width="750" height="1334"/>
<!-- iOS 8.0+ -->
<!-- iPhone 6 Plus -->
<icon src="packaging/icons/icon-60@3x.png" width="180" height="180" />
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="packaging/icons/icon-60.png" width="60" height="60" />
<icon src="packaging/icons/icon-60@2x.png" width="120" height="120" />
<!-- iPad -->
<icon src="packaging/icons/icon-76.png" width="76" height="76" />
<icon src="packaging/icons/icon-76@2x.png" width="152" height="152" />
<!-- iOS 6.1 -->
<!-- Spotlight Icon -->
<icon src="packaging/icons/icon-40.png" width="40" height="40" />
<icon src="packaging/icons/icon-40@2x.png" width="80" height="80" />
<!-- iPhone / iPod Touch -->
<icon src="packaging/icons/icon.png" width="57" height="57" />
<icon src="packaging/icons/icon@2x.png" width="114" height="114" />
<!-- iPad -->
<icon src="packaging/icons/icon-72.png" width="72" height="72" />
<icon src="packaging/icons/icon-72@2x.png" width="144" height="144" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="packaging/icons/icon-small.png" width="29" height="29" />
<icon src="packaging/icons/icon-small@2x.png" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="packaging/icons/icon-50.png" width="50" height="50" />
<icon src="packaging/icons/icon-50@2x.png" width="100" height="100" />
</platform>
</widget>