forked from mysociety/fixmystreet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
108 lines (101 loc) · 6.29 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
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="1" id="org.lokalizo.en" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Lokalizo</name>
<description>
Raport a problem in Lokalizo
</description>
<author email="[email protected]" href="https://www.mysociety.org">
mySociety
</author>
<content src="index.html" />
<access origin="http://127.0.0.1*" />
<access origin="*://*.openstreetmap.org" />
<access origin="*://*.opencyclemap.org" />
<access origin="*://tilma.mysociety.org" />
<access origin="*://a.tilma.mysociety.org" />
<access origin="*://b.tilma.mysociety.org" />
<access origin="*://c.tilma.mysociety.org" />
<access origin="*://a-tilma.mysociety.org" />
<access origin="*://b-tilma.mysociety.org" />
<access origin="*://c-tilma.mysociety.org" />
<access origin="*://dev.virtualearth.net" />
<access origin="*://ecn.t0.tiles.virtualearth.net" />
<access origin="*://ecn.t1.tiles.virtualearth.net" />
<access origin="*://ecn.t2.tiles.virtualearth.net" />
<access origin="*://ecn.t3.tiles.virtualearth.net" />
<access origin="*://mapit.lokalizo.org" />
<access origin="*://mapit.mysociety.org" />
<!-- Replace this with the hostname of your FMS installation -->
<access origin="*://lokalizo.org" />
<access origin="*://sq.lokalizo.org" />
<access origin="*://en.lokalizo.org" />
<access origin="*://sr.lokalizo.org" />
<preference name="android-minSdkVersion" value="16" />
<preference name="orientation" value="portrait" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarStyle" value="default" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<!-- If you change the background colour of the app, change this value to match. -->
<preference name="StatusBarBackgroundColor" value="#4DB848" />
<preference name="deployment-target" value="6.0" />
<platform name="android">
<!-- Android icons -->
<icon density="ldpi" src="res/lokalizo/android/icon/en/icon-ldpi.png" />
<icon density="mdpi" src="res/lokalizo/android/icon/en/icon-mdpi.png" />
<icon density="hdpi" src="res/lokalizo/android/icon/en/icon-hdpi.png" />
<icon density="xhdpi" src="res/lokalizo/android/icon/en/icon-xhdpi.png" />
<icon density="xxhdpi" src="res/lokalizo/android/icon/en/icon-xxhdpi.png" />
<icon density="xxxhdpi" src="res/lokalizo/android/icon/en/icon-xxxhdpi.png" />
<!-- Android splash screens -->
<splash density="ldpi" src="res/lokalizo/android/launch/screen-ldpi.png" />
<splash density="mdpi" src="res/lokalizo/android/launch/screen-mdpi.png" />
<splash density="hdpi" src="res/lokalizo/android/launch/screen-hdpi.png" />
<splash density="xhdpi" src="res/lokalizo/android/launch/screen-xhdpi.png" />
<splash density="xxhdpi" src="res/lokalizo/android/launch/screen-xxhdpi.png" />
<splash density="xxxhdpi" src="res/lokalizo/android/launch/screen-xxxhdpi.png" />
</platform>
<platform name="ios">
<!-- iOS icons -->
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="180" height="180" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="60" height="60" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="120" height="120" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="76" height="76" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="152" height="152" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="40" height="40" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="80" height="80" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="57" height="57" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="114" height="114" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="72" height="72" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="144" height="144" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="29" height="29" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="58" height="58" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="50" height="50" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="100" height="100" />
<icon src="res/lokalizo/ios/icon/en/[email protected]" width="167" height="167" />
<!-- iOS Splash screens -->
<splash src="res/lokalizo/ios/launch/320x480.png" width="320" height="480"/>
<splash src="res/lokalizo/ios/launch/640x960.png" width="640" height="960"/>
<splash src="res/lokalizo/ios/launch/768x1024.png" width="768" height="1024"/>
<splash src="res/lokalizo/ios/launch/1536x2048.png" width="1536" height="2048"/>
<splash src="res/lokalizo/ios/launch/640x1136.png" width="640" height="1136"/>
<splash src="res/lokalizo/ios/launch/750x1334.png" width="750" height="1334"/>
<splash src="res/lokalizo/ios/launch/1242x2208.png" width="1242" height="2208"/>
</platform>
<engine name="ios" spec="~4.1.1" />
<plugin name="cordova-plugin-camera" spec="~2.1.1" />
<plugin name="cordova-plugin-device" spec="~1.1.1" />
<plugin name="cordova-plugin-dialogs" spec="~1.2.0" />
<plugin name="cordova.plugins.diagnostic" spec="~2.3.0" source="npm" />
<plugin name="cordova-plugin-file" spec="~4.1.1" />
<plugin name="cordova-plugin-file-transfer" spec="~1.5.0" />
<plugin name="cordova-plugin-geolocation" spec="~2.1.0" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.3.0" />
<plugin name="cordova-plugin-media" spec="~2.2.0" />
<plugin name="cordova-plugin-media-capture" spec="~1.2.0" />
<plugin name="cordova-plugin-network-information" spec="~1.2.0" />
<plugin name="cordova-plugin-splashscreen" spec="~3.2.1" />
<plugin name="cordova-plugin-statusbar" spec="~2.1.2" />
<plugin name="cordova-plugin-whitelist" spec="~1.2.1" />
<plugin name="ionic-plugin-keyboard" spec="~2.0.1" />
<engine name="android" spec="~5.1.1" />
</widget>