-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
71 lines (71 loc) · 5.18 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.thequestionmark.questionmark" ios-CFBundleIdentifier="org.thequestionmark.QuestionMarkApp" version="3.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Questionmark</name>
<description>Duurzaam en gezond eten? Wij help je kiezen!</description>
<author email="[email protected]" href="https://www.thequestionmark.org">Questionmark</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="mailto:*" />
<platform name="android">
<icon density="ldpi" platform="android" src="res/icon/android/icon-36-ldpi.png" />
<icon density="mdpi" platform="android" src="res/icon/android/icon-48-mdpi.png" />
<icon density="hdpi" platform="android" src="res/icon/android/icon-72-hdpi.png" />
<icon density="xhdpi" platform="android" src="res/icon/android/icon-96-xhdpi.png" />
<splash density="land-hdpi" src="res/screen/android/screen-hdpi-landscape.png" />
<splash density="land-ldpi" src="res/screen/android/screen-ldpi-landscape.png" />
<splash density="land-mdpi" src="res/screen/android/screen-mdpi-landscape.png" />
<splash density="land-xhdpi" src="res/screen/android/screen-xhdpi-landscape.png" />
<splash density="port-hdpi" src="res/screen/android/screen-hdpi-portrait.png" />
<splash density="port-ldpi" src="res/screen/android/screen-ldpi-portrait.png" />
<splash density="port-mdpi" src="res/screen/android/screen-mdpi-portrait.png" />
<splash density="port-xhdpi" src="res/screen/android/screen-xhdpi-portrait.png" />
</platform>
<platform name="ios">
<icon height="48" platform="ios" src="res/icon/ios/[email protected]" width="48" />
<icon height="55" platform="ios" src="res/icon/ios/[email protected]" width="55" />
<icon height="58" platform="ios" src="res/icon/ios/[email protected]" width="58" />
<icon height="87" platform="ios" src="res/icon/ios/[email protected]" width="87" />
<icon height="80" platform="ios" src="res/icon/ios/[email protected]" width="80" />
<icon height="88" platform="ios" src="res/icon/ios/[email protected]" width="88" />
<icon height="172" platform="ios" src="res/icon/ios/[email protected]" width="172" />
<icon height="196" platform="ios" src="res/icon/ios/[email protected]" width="196" />
<icon height="1024" platform="ios" src="res/icon/ios/icon-1024.png" width="1024" />
<icon height="40" platform="ios" src="res/icon/ios/[email protected]" width="40" />
<icon height="60" platform="ios" src="res/icon/ios/[email protected]" width="60" />
<icon height="20" platform="ios" src="res/icon/ios/icon-20.png" width="20" />
<icon height="114" platform="ios" src="res/icon/ios/[email protected]" width="114" />
<icon height="80" platform="ios" src="res/icon/ios/[email protected]" width="80" />
<icon height="40" platform="ios" src="res/icon/ios/icon-40.png" width="40" />
<icon height="100" platform="ios" src="res/icon/ios/[email protected]" width="100" />
<icon height="50" platform="ios" src="res/icon/ios/icon-50.png" width="50" />
<icon height="120" platform="ios" src="res/icon/ios/[email protected]" width="120" />
<icon height="180" platform="ios" src="res/icon/ios/[email protected]" width="180" />
<icon height="144" platform="ios" src="res/icon/ios/[email protected]" width="144" />
<icon height="72" platform="ios" src="res/icon/ios/icon-72.png" width="72" />
<icon height="152" platform="ios" src="res/icon/ios/[email protected]" width="152" />
<icon height="76" platform="ios" src="res/icon/ios/icon-76.png" width="76" />
<icon height="167" platform="ios" src="res/icon/ios/[email protected]" width="167" />
<icon height="57" platform="ios" src="res/icon/ios/icon.png" width="57" />
<icon height="58" platform="ios" src="res/icon/ios/[email protected]" width="58" />
<icon height="87" platform="ios" src="res/icon/ios/[email protected]" width="87" />
<icon height="29" platform="ios" src="res/icon/ios/icon-small.png" width="29" />
<splash src="res/screen/ios/screen@3x~universal~anyany.png" />
</platform>
<platform name="ios">
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>To scan barcodes</string>
</edit-config>
</platform>
<preference name="Orientation" value="portrait" />
<preference name="AppendUserAgent" value=" QuestionmarkApp" />
<preference name="AllowedSchemes" value="app" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-inappbrowser" spec="git+https://github.com/q-m/cordova-plugin-inappbrowser.git#2eacaa" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="phonegap-plugin-barcodescanner" spec="^7.1.2">
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-app-launcher" spec="^0.4.0" />
</widget>