This repository has been archived by the owner on May 3, 2021. It is now read-only.
forked from timvlaer/ho-gids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
169 lines (135 loc) · 7.97 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="UTF-8"?>
<!-- config.xml reference: https://build.phonegap.com/docs/config-xml -->
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
id="be.scoutsengidsenvlaanderen.hogids"
version="1.1.5">
<name>HO</name>
<description>
De digitale gids voor Herfstontmoeting, het startweekend voor alle leiding van Scouts en Gidsen Vlaanderen
</description>
<author href="http://www.scoutsengidsenvlaanderen.be" email="[email protected]">
Tim Van Laer voor Scouts en Gidsen Vlaanderen
</author>
<content src="www/index.html"/>
<!-- Customize your app and platform with the preference element. -->
<preference name="phonegap-version" value="cli-5.2.0"/> <!-- all: current version of PhoneGap -->
<preference name="orientation" value="default"/> <!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal"/> <!-- all: possible values handset, tablet, or universal -->
<preference name="webviewbounce" value="true"/> <!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<preference name="prerendered-icon" value="true"/> <!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<preference name="stay-in-webview" value="false"/> <!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<preference name="ios-statusbarstyle" value="black-opaque"/> <!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<preference name="detect-data-types" value="true"/> <!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<preference name="exit-on-suspend" value="false"/> <!-- ios: if set to true, app will terminate when home button is pressed -->
<preference name="show-splash-screen-spinner" value="true"/> <!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<preference name="auto-hide-splash-screen" value="true"/> <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="disable-cursor" value="false"/> <!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<preference name="android-minSdkVersion" value="7"/> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-targetSdkVersion" value="14"/> <!-- android: target SDK version is 14 to hide menu button in action bar. -->
<preference name="android-installLocation" value="auto"/> <!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<preference name="StatusBarOverlaysWebView" value="false"/>
<preference name="StatusBarBackgroundColor" value="#003050"/>
<preference name="StatusBarStyle" value="lightcontent"/>
<preference name="SplashScreen" value="screen"/>
<preference name="SplashMaintainAspectRatio" value="true"/>
<preference name="SplashShowOnlyFirstTime" value="true"/>
<preference name="AutoHideSplashScreen" value="true"/>
<preference name="FadeSplashScreenDuration" value="0"/>
<preference name="windows-arch" value="anycpu"/>
<!-- Plugins -->
<!--<gap:plugin name="org.apache.cordova.inappbrowser"/>
<gap:plugin name="org.apache.cordova.geolocation"/>
<gap:plugin name="org.apache.cordova.statusbar"/>
<gap:plugin name="org.apache.cordova.splashscreen"/>-->
<plugin name="cordova-plugin-inappbrowser"/>
<plugin name="cordova-plugin-geolocation"/>
<plugin name="cordova-plugin-statusbar"/>
<plugin name="cordova-plugin-splashscreen"/>
<access origin="*"/>
<!-- Added the following intents to support the removal of whitelist code from base cordova to a plugin -->
<!-- Whitelist configuration. Refer to https://cordova.apache.org/docs/en/edge/guide_appdev_whitelist_index.md.html -->
<plugin name="cordova-plugin-whitelist"/>
<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">
<allow-intent href="market:*"/>
</platform>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
</platform>
<icon src="res/icon/icon_inv.png"/>
<splash src="res/splash/splash.png"/>
<platform name="android">
<icon src="res/icon/android/ldpi.png" density="ldpi"/>
<icon src="res/icon/android/mdpi.png" density="mdpi"/>
<icon src="res/icon/android/hdpi.png" density="hdpi"/>
<icon src="res/icon/android/xhdpi.png" density="xhdpi"/>
<icon src="res/icon/android/xxhdpi.png" density="xxhdpi"/>
<splash src="res/splash/android/ldpi.png" density="ldpi"/>
<splash src="res/splash/android/mdpi.png" density="mdpi"/>
<splash src="res/splash/android/hdpi.png" density="hdpi"/>
<splash src="res/splash/android/xhdpi.png" density="xhdpi"/>
</platform>
<platform name="ios">
<!-- iPhone 6 / 6+ -->
<icon src="res/icon/ios/[email protected]" width="180" height="180"/>
<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/Icon-60.png" width="60" height="60"/>
<icon src="res/icon/ios/[email protected]" width="120" height="120"/>
<!-- iPad -->
<icon src="res/icon/ios/Icon-76.png" width="76" height="76"/>
<icon src="res/icon/ios/[email protected]" width="152" height="152"/>
<!-- Settings Icon -->
<icon src="res/icon/ios/Icon-Small.png" width="29" height="29"/>
<icon src="res/icon/ios/[email protected]" width="58" height="58"/>
<!-- Spotlight Icon -->
<icon src="res/icon/ios/Icon-Small-40.png" width="40" height="40"/>
<icon src="res/icon/ios/[email protected]" width="80" height="80"/>
<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/Icon.png" width="57" height="57"/>
<icon src="res/icon/ios/[email protected]" width="114" height="114"/>
<!-- iPad -->
<icon src="res/icon/ios/Icon-72.png" width="72" height="72"/>
<icon src="res/icon/ios/[email protected]" width="144" height="144"/>
<!-- iPhone Spotlight and Settings Icon -->
<icon src="res/icon/ios/Icon-small.png" width="29" height="29"/>
<icon src="res/icon/ios/[email protected]" width="58" height="58"/>
<!-- iPad Spotlight and Settings Icon -->
<icon src="res/icon/ios/Icon-Small-50.png" width="50" height="50"/>
<icon src="res/icon/ios/[email protected]" width="100" height="100"/>
<splash src="res/splash/ios/Default.png" width="320" height="480"/>
<splash src="res/splash/ios/[email protected]" width="640" height="960"/>
<splash src="res/splash/ios/[email protected]" width="640" height="1136"/> <!-- iPhone 5 / iPod Touch (5th Generation) -->
</platform>
<platform name="winphone">
<icon src="res/icon/icon_inv.png"/>
<splash src="res/splash/splash.png"/>
</platform>
<!--
If you do not want any permissions to be added to your app, add the
following tag to your config.xml; you will still have the INTERNET
permission on your app, which PhoneGap requires.
-->
<preference name="permissions" value="none"/>
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.SplashScreen"/>
<param name="ios-package" value="CDVSplashScreen"/>
</feature>
<feature name="Geolocation">
<param name="android-package" value="org.apache.cordova.GeoBroker"/>
<param name="ios-package" value="CDVLocation"/>
</feature>
<feature name="NetworkStatus">
<param name="android-package" value="org.apache.cordova.NetworkManager"/>
<param name="ios-package" value="CDVConnection"/>
</feature>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
</widget>