-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
124 lines (123 loc) · 6.33 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
118
119
120
121
122
123
124
<?xml version='1.0' encoding='utf-8'?>
<widget id="no.lillonydalen.parkering" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Lillo nydalen Parkering</name>
<description>
Parkeringsdeling for sameiet Lillo nydalen
</description>
<author email="[email protected]">
</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:*" />
<platform name="android">
<preference name="android-minSdkVersion" value="15" />
<allow-intent href="market:*" />
<icon qualifier="ldpi" src="www/res/icons/android/icon-36-ldpi.png" />
<icon qualifier="mdpi" src="www/res/icons/android/icon-48-mdpi.png" />
<icon qualifier="hdpi" src="www/res/icons/android/icon-72-hdpi.png" />
<icon qualifier="xhdpi" src="www/res/icons/android/icon-96-xhdpi.png" />
<icon qualifier="xxhdpi" src="www/res/icons/android/icon-144-xxhdpi.png" />
<icon qualifier="xxxhdpi" src="www/res/icons/android/icon-192-xxxhdpi.png" />
<splash qualifier="ldpi" src="www/res/screens/android/screen-ldpi-portrait.png" />
<splash qualifier="mdpi" src="www/res/screens/android/screen-mdpi-portrait.png" />
<splash qualifier="hdpi" src="www/res/screens/android/screen-hdpi-portrait.png" />
<splash qualifier="xhdpi" src="www/res/screens/android/screen-xhdpi-portrait.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="BackupWebStorage" value="none" />
<icon height="29" src="www/res/icons/ios/icon-small.png" width="29" />
<icon height="58" src="www/res/icons/ios/icon-small-2x.png" width="58" />
<icon height="40" src="www/res/icons/ios/icon-40.png" width="40" />
<icon height="80" src="www/res/icons/ios/icon-40-2x.png" width="80" />
<icon height="50" src="www/res/icons/ios/icon-50.png" width="50" />
<icon height="100" src="www/res/icons/ios/icon-50-2x.png" width="100" />
<icon height="57" src="www/res/icons/ios/icon.png" width="57" />
<icon height="114" src="www/res/icons/ios/icon-2x.png" width="114" />
<icon height="60" src="www/res/icons/ios/icon-60.png" width="60" />
<icon height="120" src="www/res/icons/ios/icon-60-2x.png" width="120" />
<icon height="180" src="www/res/icons/ios/icon-60-3x.png" width="180" />
<icon height="72" src="www/res/icons/ios/icon-72.png" width="72" />
<icon height="144" src="www/res/icons/ios/icon-72-2x.png" width="144" />
<icon height="76" src="www/res/icons/ios/icon-76.png" width="76" />
<icon height="152" src="www/res/icons/ios/icon-76-2x.png" width="152" />
<splash height="480" src="www/res/screens/ios/screen-iphone-portrait.png" width="320" />
<splash height="960" src="www/res/screens/ios/screen-iphone-portrait-2x.png" width="640" />
<splash height="1136" src="www/res/screens/ios/screen-iphone-portrait-568h-2x.png" width="640" />
<splash height="1334" src="www/res/screens/ios/screen-iphone-portrait-667h.png" width="750" />
<splash height="2208" src="www/res/screens/ios/screen-iphone-portrait-736h.png" width="1242" />
<splash height="1024" src="www/res/screens/ios/screen-ipad-portrait.png" width="768" />
<splash height="2048" src="www/res/screens/ios/screen-ipad-portrait-2x.png" width="1536" />
</platform>
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<feature name="UniversalAnalytics">
<param name="ios-package" value="UniversalAnalyticsPlugin" />
</feature>
<feature name="UniversalAnalytics">
<param name="android-package" value="com.danielcwilson.plugins.analytics.UniversalAnalyticsPlugin" />
</feature>
<preference name="DisallowOverscroll" value="true" />
<plugin name="pushwoosh-cordova-plugin" spec="~6.5.1">
<variable name="LOG_LEVEL" value="DEBUG" />
<variable name="IOS_FOREGROUND_ALERT_TYPE" value="NONE" />
<variable name="ANDROID_FOREGROUND_PUSH" value="false" />
</plugin>
<plugin name="cordova-plugin-console" spec="~1.0.6" />
<plugin name="cordova-plugin-device" spec="~1.1.5" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.2" />
<plugin name="cordova-plugin-whitelist" spec="~1.2.2" />
<plugin name="cordova-plugin-vibration" spec="~2.1.4" />
<plugin name="cordova-plugin-google-analytics" spec="~1.0.0" />
<plugin name="cordova-plugin-facebook4" spec="~1.7.4">
<variable name="APP_ID" value="260065597794546" />
<variable name="APP_NAME" value="Lillo nydalen parkering" />
</plugin>
<config-file target="*-Info.plist" parent="NSAppTransportSecurity">
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>facebook.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
<key>fbcdn.net</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
</config-file>
<config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>fbapi</string>
<string>fbapi20130214</string>
<string>fbapi20130410</string>
<string>fbapi20130702</string>
<string>fbapi20131010</string>
<string>fbapi20131219</string>
<string>fbapi20140410</string>
<string>fbapi20140116</string>
<string>fbapi20150313</string>
<string>fbapi20150629</string>
<string>fbauth</string>
<string>fbauth2</string>
<string>fb-messenger-api20140430</string>
</array>
</config-file>
</widget>