-
-
Notifications
You must be signed in to change notification settings - Fork 548
Expand file tree
/
Copy pathconfig.xml
More file actions
133 lines (123 loc) · 6.75 KB
/
config.xml
File metadata and controls
133 lines (123 loc) · 6.75 KB
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
<?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.9.0"
android-versionCode = "19001">
<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" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="34" />
<preference name="android-compileSdkVersion" value="34" />
<engine name="android" spec="13.0.0" />
<!-- &SugarizerOS
<plugin name="cordova-plugin-sugarizeros" spec="../cordova-plugin-sugarizeros" />
SugarizerOS& -->
<platform name="android">
<edit-config file="app/src/main/AndroidManifest.xml" target="/manifest/application/activity" mode="merge">
<activity android:exported="true"/>
</edit-config>
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<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-inappbrowser" spec="6.0.0" />
<plugin name="cordova-plugin-camera" spec="7.0.0" />
<plugin name="cordova-plugin-file" spec="8.1.0" />
<plugin name="cordova-plugin-device" spec="3.0.0" />
<plugin name="cordova-plugin-dialogs" spec="2.0.2" />
<plugin name="cordova-plugin-file-transfer" spec="2.0.0" />
<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="7.0.0" />
<plugin name="cordova-plugin-media-capture" spec="5.0.0" />
<plugin name="cordova-plugin-network-information" spec="3.0.0" />
<plugin name="cordova-plugin-qrscanner-12" spec="https://github.com/Meeco/cordova-plugin-qrscanner" />
<plugin name="cordova-plugin-add-swift-support" spec="2.0.2" />
<plugin name="cordova-plugin-vibration" spec="3.1.1" />
<plugin name="com.develcode.plugins.volumeControl" spec="https://github.com/manusimpson/Phonegap-Android-VolumeControl.git" />
<plugin name="cordova-plugin-audioinput" spec="1.0.3" />
<plugin name="cordova-plugin-ionic-keyboard" spec="2.2.0" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/icon/android/icon-192x192.png" />
<preference name="AndroidWindowSplashScreenBackgroundColor" value="#FF000000" />
</platform>
<platform name="ios">
<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" />
<plugin name="cordova-plugin-wkwebview-file-xhr" spec="https://github.com/llaske/cordova-plugin-wkwebview-file-xhr.git" />
<allow-navigation href="*" />
<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>
<config-file parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
<false/>
</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>