-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
74 lines (74 loc) · 4.14 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="se.fsektionen.fapp" version="2.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>F-sektionen</name>
<description>
F-sektionens app
</description>
<author email="[email protected]" href="https://fsektionen.se">
F-sektionen inom TLTH
</author>
<icon src="icon.png" />
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="geo:*" />
<allow-intent href="mailto:*" />
<allow-intent href="tel:*" />
<allow-navigation href="*://*.youtube.com/*" />
<platform name="android">
<allow-intent href="market:*" />
<resource-file src="res/f.png" target="res/drawable/f.png" />
<splash density="port-ldpi" src="res/splash/drawable-ldpi/background.9.png" />
<splash density="port-mdpi" src="res/splash/drawable-mdpi/background.9.png" />
<splash density="port-hdpi" src="res/splash/drawable-hdpi/background.9.png" />
<splash density="port-xhdpi" src="res/splash/drawable-xhdpi/background.9.png" />
<splash density="port-xxhdpi" src="res/splash/drawable-xxhdpi/background.9.png" />
<splash density="port-xxxhdpi" src="res/splash/drawable-xxhdpi/background.9.png" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="android-targetSdkVersion" value="29" />
<resource-file src="google-services.json" target="/google-services.json" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="180" src="res/icons/[email protected]" width="180" />
<icon height="60" src="res/icons/icon-60.png" width="60" />
<icon height="120" src="res/icons/[email protected]" width="120" />
<icon height="76" src="res/icons/icon-76.png" width="76" />
<icon height="152" src="res/icons/[email protected]" width="152" />
<icon height="167" src="res/icons/[email protected]" width="167" />
<icon height="29" src="res/icons/icon-small.png" width="29" />
<icon height="58" src="res/icons/[email protected]" width="58" />
<icon height="87" src="res/icons/[email protected]" width="87" />
<icon height="40" src="res/icons/icon-40.png" width="40" />
<icon height="80" src="res/icons/[email protected]" width="80" />
<icon height="120" src="res/icons/[email protected]" width="120" />
<icon height="57" src="res/icons/icon.png" width="57" />
<icon height="114" src="res/icons/[email protected]" width="114" />
<icon height="72" src="res/icons/icon-72.png" width="72" />
<icon height="144" src="res/icons/[email protected]" width="144" />
<icon height="50" src="res/icons/icon-50.png" width="50" />
<icon height="100" src="res/icons/[email protected]" width="100" />
<icon height="1024" src="res/icons/icon-1024.png" width="1024" />
<splash src="res/splash/ios/Default@2x~universal~anyany.png" />
<splash src="res/splash/ios/Default@3x~universal~anyany.png" />
<resource-file src="GoogleService-Info.plist" />
</platform>
<preference name="Orientation" value="portrait" />
<preference name="DisallowOverscroll" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="phonegap-version" value="cli-7.1.0" />
<preference name="HeaderColor" value="#eb7125" />
<preference name="StatusBarOverlaysWebView" value="false" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^8.0.0" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.2" />
<plugin name="phonegap-plugin-push" spec="~2.1.3">
<variable name="SENDER_ID" value="509736475453" />
</plugin>
<plugin name="cordova-plugin-statusbar" spec="^2.4.3" />
<plugin name="cordova-plugin-splashscreen" spec="https://github.com/prageeth/cordova-plugin-splashscreen.git#05d8f9a" source="git" />
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
</widget>