forked from llaske/sugarizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
103 lines (93 loc) · 5.35 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
<?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.1.0"
android-versionCode = "11000">
<name>Sugarizer</name>
<description>
A taste of the Sugar on any device.
</description>
<author href="https://sugarizer.org" email="[email protected]">
Lionel Laské
</author>
<preference name="Fullscreen" value="true" />
<preference name="Orientation" value="landscape" />
<preference name="windows-target-version" value="10.0" />
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" version="1" />
<access origin="*" />
<allow-navigation href="*" />
<preference name="android-minSdkVersion" value="14" />
<plugin name="cordova-plugin-camera" version="1.2.0" />
<plugin name="cordova-plugin-device-motion" version="1.2.0" />
<plugin name="cordova-plugin-dialogs" version="1.2.0" />
<plugin name="cordova-plugin-network-information" version="1.1.0" />
<plugin name="cordova-plugin-device" version="1.1.0" />
<plugin name="cordova-plugin-media" version="1.0.1" />
<plugin name="cordova-plugin-file" version="4.2.0" />
<plugin name="cordova-plugin-file-transfer" version="1.6.0" />
<plugin name="cordova-plugin-vibration" version="2.1.1" />
<plugin name="cordova-plugin-fullscreen" version="1.1.0" />
<plugin name="com.develcode.plugins.volumeControl" spec="https://github.com/manusimpson/Phonegap-Android-VolumeControl.git"/>
<plugin name="cordova-plugin-ios-longpress-fix" version="1.1.0" />
<plugin name="cordova-plugin-qrscanner" version="2.5.0" />
<plugin name="cordova-plugin-splashscreen" version="4.1.0" />
<!-- &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" />
</platform>
<platform name="ios">
<icon src="res/icon/ios/[email protected]" width="180" height="180" />
<icon src="res/icon/ios/icon-60.png" width="60" height="60" />
<icon src="res/icon/ios/[email protected]" width="120" height="120" />
<icon src="res/icon/ios/icon-76.png" width="76" height="76" />
<icon src="res/icon/ios/[email protected]" width="152" height="152" />
<icon src="res/icon/ios/icon-40.png" width="40" height="40" />
<icon src="res/icon/ios/[email protected]" width="80" height="80" />
<icon src="res/icon/ios/icon.png" width="57" height="57" />
<icon src="res/icon/ios/[email protected]" width="114" height="114" />
<icon src="res/icon/ios/icon-72.png" width="72" height="72" />
<icon src="res/icon/ios/[email protected]" width="144" height="144" />
<icon src="res/icon/ios/[email protected]" width="167" height="167" />
<icon src="res/icon/ios/icon-small.png" width="29" height="29" />
<icon src="res/icon/ios/[email protected]" width="58" height="58" />
<icon src="res/icon/ios/[email protected]" width="87" height="87" />
<icon src="res/icon/ios/icon-50.png" width="50" height="50" />
<icon src="res/icon/ios/[email protected]" 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>
<platform name="windows">
<splash width="620" height="300" src="res/splash/windows/SplashScreen.scale-100.png" />
<splash width="1152" height="1920" src="res/splash/windows/SplashScreenPhone.scale-240.png" />
<icon width="150" height="150" src="res/icon/windows/Square150x150Logo.scale-100.png" />
<icon width="360" height="360" src="res/icon/windows/Square150x150Logo.scale-240.png" />
<icon width="30" height="30" src="res/icon/windows/Square30x30Logo.scale-100.png" />
<icon width="310" height="310" src="res/icon/windows/Square310x310Logo.scale-100.png" />
<icon width="44" height="44" src="res/icon/windows/Square44x44Logo.scale-100.png" />
<icon width="106" height="106" src="res/icon/windows/Square44x44Logo.scale-240.png" />
<icon width="70" height="70" src="res/icon/windows/Square70x70Logo.scale-100.png" />
<icon width="71" height="71" src="res/icon/windows/Square71x71Logo.scale-100.png" />
<icon width="170" height="170" src="res/icon/windows/Square71x71Logo.scale-240.png" />
<icon width="50" height="50" src="res/icon/windows/StoreLogo.scale-100.png" />
<icon width="120" height="120" src="res/icon/windows/StoreLogo.scale-240.png" />
<icon width="310" height="150" src="res/icon/windows/Wide310x150Logo.scale-100.png" />
<icon width="744" height="360" src="res/icon/windows/Wide310x150Logo.scale-240.png" />
</platform>
</widget>