forked from llaske/sugarizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
121 lines (111 loc) · 6.15 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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "org.olpc-france.sugarizer"
version = "1.6.0"
android-versionCode = "16002">
<name>Sugarizer</name>
<description>
The leading learning platform for children.
</description>
<author href="https://sugarizer.org" email="lionel@sugarizer.org">
Lionel Laské
</author>
<preference name="Fullscreen" value="true" />
<preference name="resizeOnFullScreen" value="true" />
<preference name="Orientation" value="landscape" />
<preference name="DisallowOverscroll" value="true"/>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" version="1" />
<access origin="*" />
<allow-navigation href="*" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="android-compileSdkVersion" value="30" />
<engine name="android" spec="9.0.0" />
<plugin name="cordova-plugin-inappbrowser" spec="5.0.0" />
<plugin name="cordova-plugin-camera" spec="5.0.1" />
<plugin name="cordova-plugin-file" spec="6.0.2" />
<plugin name="cordova-plugin-device" spec="2.0.3" />
<plugin name="cordova-plugin-device-motion" spec="2.0.1" />
<plugin name="cordova-plugin-dialogs" spec="2.0.2" />
<plugin name="cordova-plugin-file-transfer" spec="1.7.1" />
<plugin name="cordova-plugin-fullscreen" spec="1.3.0" />
<plugin name="cordova-plugin-ios-longpress-fix" spec="1.1.0" />
<plugin name="cordova-plugin-media" spec="5.0.3" />
<plugin name="cordova-plugin-media-capture" spec="3.0.3" />
<plugin name="cordova-plugin-network-information" spec="2.0.2" />
<plugin name="cordova-plugin-qrscanner" spec="3.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="6.0.0" />
<plugin name="cordova-plugin-add-swift-support" spec="2.0.2" />
<plugin name="cordova-plugin-vibration" spec="3.1.1" />
<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
<plugin name="com.develcode.plugins.volumeControl" spec="https://github.com/manusimpson/Phonegap-Android-VolumeControl.git" />
<plugin name="cordova-plugin-audioinput" spec="1.0.2" />
<!-- &SugarizerOS
<plugin name="cordova-plugin-sugarizeros" spec="../cordova-plugin-sugarizeros" />
SugarizerOS& -->
<platform name="android">
<icon density="ldpi" src="res/icon/android/icon-36-ldpi.png" />
<icon density="mdpi" src="res/icon/android/icon-48-mdpi.png" />
<icon density="hdpi" src="res/icon/android/icon-72-hdpi.png" />
<icon density="xhdpi" src="res/icon/android/icon-96-xhdpi.png" />
<icon density="xxhdpi" src="res/icon/android/icon-144-xxhdpi.png" />
<icon density="xxxhdpi" src="res/icon/android/icon-192-xxxhdpi.png" />
<plugin name="cordova-plugin-ionic-keyboard" spec="2.2.0" />
<splash src="res/splash/android/drawable-land-hdpi.png" density="land-hdpi" />
<splash src="res/splash/android/drawable-land-ldpi.png" density="land-ldpi" />
<splash src="res/splash/android/drawable-land-mdpi.png" density="land-mdpi" />
<splash src="res/splash/android/drawable-land-xhdpi.png" density="land-xhdpi" />
<splash src="res/splash/android/drawable-land-xxhdpi.png" density="land-xxhdpi" />
<splash src="res/splash/android/drawable-land-xxxhdpi.png" density="land-xxxhdpi" />
<splash src="res/splash/android/drawable-port-hdpi.png" density="port-hdpi" />
<splash src="res/splash/android/drawable-port-ldpi.png" density="port-ldpi" />
<splash src="res/splash/android/drawable-port-mdpi.png" density="port-mdpi" />
<splash src="res/splash/android/drawable-port-xhdpi.png" density="port-xhdpi" />
<splash src="res/splash/android/drawable-port-xxhdpi.png" density="port-xxhdpi" />
<splash src="res/splash/android/drawable-port-xxxhdpi.png" density="port-xxxhdpi" />
</platform>
<platform name="ios">
<plugin name="cordova-plugin-wkwebview-file-xhr" spec="https://github.com/llaske/cordova-plugin-wkwebview-file-xhr.git" />
<config-file parent="UIStatusBarHidden" target="*-Info.plist">
<true/>
</config-file>
<config-file parent="UIViewControllerBasedStatusBarAppearance" target="*-Info.plist">
<false/>
</config-file>
<config-file parent="NSCameraUsageDescription" target="*-Info.plist">
<string>The camera is used to scan QR codes.</string>
</config-file>
<config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
<string>Library is use to insert images in the Journal.</string>
</config-file>
<icon src="res/icon/ios/icon-60@3x.png" width="180" height="180" />
<icon src="res/icon/ios/icon-60.png" width="60" height="60" />
<icon src="res/icon/ios/icon-60@2x.png" width="120" height="120" />
<icon src="res/icon/ios/icon-76.png" width="76" height="76" />
<icon src="res/icon/ios/icon-76@2x.png" width="152" height="152" />
<icon src="res/icon/ios/icon-40.png" width="40" height="40" />
<icon src="res/icon/ios/icon-40@2x.png" width="80" height="80" />
<icon src="res/icon/ios/icon.png" width="57" height="57" />
<icon src="res/icon/ios/icon@2x.png" width="114" height="114" />
<icon src="res/icon/ios/icon-72.png" width="72" height="72" />
<icon src="res/icon/ios/icon-72@2x.png" width="144" height="144" />
<icon src="res/icon/ios/icon-83.5@2x.png" width="167" height="167" />
<icon src="res/icon/ios/icon-small.png" width="29" height="29" />
<icon src="res/icon/ios/icon-small@2x.png" width="58" height="58" />
<icon src="res/icon/ios/icon-small@3x.png" width="87" height="87" />
<icon src="res/icon/ios/icon-50.png" width="50" height="50" />
<icon src="res/icon/ios/icon-50@2x.png" width="100" height="100" />
<icon src="res/icon/ios/icon-1024.png" width="1024" height="1024" />
<splash src="res/splash/ios/Default@2x~iphone~anyany.png" />
<splash src="res/splash/ios/Default@2x~iphone~comany.png" />
<splash src="res/splash/ios/Default@2x~iphone~comcom.png" />
<splash src="res/splash/ios/Default@3x~iphone~anyany.png" />
<splash src="res/splash/ios/Default@3x~iphone~anycom.png" />
<splash src="res/splash/ios/Default@3x~iphone~comany.png" />
<splash src="res/splash/ios/Default@2x~ipad~anyany.png" />
<splash src="res/splash/ios/Default@2x~ipad~comany.png" />
</platform>
</widget>