forked from lichess-org/lichobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
128 lines (128 loc) · 8.16 KB
/
Copy pathconfig.xml
File metadata and controls
128 lines (128 loc) · 8.16 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
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="600000" id="org.lichess.mobileapp" version="6.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>lichess</name>
<description>lichess.org mobile application</description>
<author email="vincent.velociter@gmail.com" href="https://github.com/veloce/lichobile">Vincent Velociter</author>
<content src="index.html" />
<access origin="https://lichess.org" />
<access origin="https://*.lichess.org" />
<access origin="https://*.lichess.ovh" />
<access origin="https://sentry.io" />
<access origin="https://veloce.github.io" />
<access origin="https://listage.ovh" />
<icon src="res/icon.png" />
<hook src="scripts/link_locales.js" type="before_prepare" />
<platform name="android">
<hook src="scripts/android/copy_icons.js" type="after_prepare" />
<hook src="scripts/android/add_to_manifest.js" type="after_prepare" />
<hook src="scripts/android/remove_permissions.js" type="after_prepare" />
<icon density="ldpi" src="res/android/icons/icon-36.png" />
<icon density="mdpi" src="res/android/icons/icon-48.png" />
<icon density="hdpi" src="res/android/icons/icon-72.png" />
<icon density="xhdpi" src="res/android/icons/icon-96.png" />
<icon density="xxhdpi" src="res/android/icons/icon-144.png" />
<icon density="xxxhdpi" src="res/android/icons/icon-192.png" />
<splash density="land-ldpi" src="res/android/screens/drawable-land-ldpi/screen.png" />
<splash density="land-mdpi" src="res/android/screens/drawable-land-mdpi/screen.png" />
<splash density="land-hdpi" src="res/android/screens/drawable-land-hdpi/screen.png" />
<splash density="land-xhdpi" src="res/android/screens/drawable-land-xhdpi/screen.png" />
<splash density="land-xxhdpi" src="res/android/screens/drawable-land-xxhdpi/screen.png" />
<splash density="land-xxxhdpi" src="res/android/screens/drawable-land-xxxhdpi/screen.png" />
<splash density="port-ldpi" src="res/android/screens/drawable-ldpi/screen.png" />
<splash density="port-mdpi" src="res/android/screens/drawable-mdpi/screen.png" />
<splash density="port-hdpi" src="res/android/screens/drawable-hdpi/screen.png" />
<splash density="port-xhdpi" src="res/android/screens/drawable-xhdpi/screen.png" />
<splash density="port-xxhdpi" src="res/android/screens/drawable-xxhdpi/screen.png" />
<splash density="port-xxxhdpi" src="res/android/screens/drawable-xxxhdpi/screen.png" />
</platform>
<platform name="ios">
<hook src="scripts/ios/modify_plist.js" type="after_prepare" />
<preference name="Orientation" value="all" />
<icon height="180" src="res/ios/icons/icon-60@3x.png" width="180" />
<icon height="60" src="res/ios/icons/icon-60.png" width="60" />
<icon height="120" src="res/ios/icons/icon-60@2x.png" width="120" />
<icon height="76" src="res/ios/icons/icon-76.png" width="76" />
<icon height="152" src="res/ios/icons/icon-76@2x.png" width="152" />
<icon height="40" src="res/ios/icons/icon-40.png" width="40" />
<icon height="80" src="res/ios/icons/icon-40@2x.png" width="80" />
<icon height="57" src="res/ios/icons/icon.png" width="57" />
<icon height="114" src="res/ios/icons/icon@2x.png" width="114" />
<icon height="72" src="res/ios/icons/icon-72.png" width="72" />
<icon height="144" src="res/ios/icons/icon-72@2x.png" width="144" />
<icon height="29" src="res/ios/icons/icon-small.png" width="29" />
<icon height="58" src="res/ios/icons/icon-small@2x.png" width="58" />
<icon height="50" src="res/ios/icons/icon-50.png" width="50" />
<icon height="100" src="res/ios/icons/icon-50@2x.png" width="100" />
<icon height="167" src="res/ios/icons/icon-83.5@2x.png" width="167" />
<splash src="res/ios/screens/Default@2x~iphone~anyany.png" />
<splash src="res/ios/screens/Default@2x~iphone~comany.png" />
<splash src="res/ios/screens/Default@2x~iphone~comcom.png" />
<splash src="res/ios/screens/Default@3x~iphone~anyany.png" />
<splash src="res/ios/screens/Default@3x~iphone~anycom.png" />
<splash src="res/ios/screens/Default@3x~iphone~comany.png" />
<splash src="res/ios/screens/Default@2x~ipad~anyany.png" />
<splash src="res/ios/screens/Default@2x~ipad~comany.png" />
</platform>
<preference name="Orientation" value="default" />
<preference name="SuppressesLongPressGesture" value="true" />
<preference name="EnableViewportScale" value="false" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="FadeSplashScreen" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="KeepRunning" value="true" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="BackgroundColor" value="0xFF000000" />
<preference name="android-minSdkVersion" value="21" />
<preference name="AndroidLaunchMode" value="singleInstance" />
<preference name="DefaultVolumeStream" value="media" />
<universal-links>
<host name="lichess.org" scheme="https">
<path event="analysis" url="/analysis" />
<path event="analysisPosition" url="/analysis/*" />
<path event="challenge" url="/challenge/*" />
<path event="editor" url="/editor" />
<path event="editorPosition" url="/editor/*" />
<path event="inbox" url="/inbox" />
<path event="inboxNew" url="/inbox/new" />
<path event="players" url="/player" />
<path event="tournamentDetail" url="/tournament/*" />
<path event="tournamentList" url="/tournament" />
<path event="training" url="/training" />
<path event="trainingProblem" url="/training/*" />
<path event="tv" url="/tv" />
<path event="tvChannel" url="/tv/*" />
<path event="userVariantProfile" url="/@/*/perf/*" />
<path event="userTV" url="/@/*/tv" />
<path event="userProfile" url="/@/*" />
<path event="signupConfirm" url="/signup/confirm/*" />
<path event="study" url="/study/*" />
<path event="other" url="*" />
</host>
</universal-links>
<plugin name="com.rjfun.cordova.plugin.lowlatencyaudio" spec="https://github.com/veloce/cordova-plugin-nativeaudio.git#old_interface" />
<plugin name="cordova-plugin-appversion" spec="1.0.0" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-inappbrowser" spec="1.6.1" />
<plugin name="cordova-plugin-insomnia" spec="4.2.0" />
<plugin name="cordova-plugin-x-socialsharing" spec="5.1.3" />
<plugin name="cordova-plugin-x-toast" spec="2.5.2" />
<plugin name="cordova-plugin-network-information" spec="2.0.1" />
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
<plugin name="cordova-plugin-file" spec="6.0.1" />
<plugin name="onesignal-cordova-plugin" spec="2.3.3" />
<plugin name="cordova-universal-links-plugin" spec="git+https://github.com/veloce/cordova-universal-links-plugin.git#c494fe1" />
<plugin name="cordova-plugin-dialogs" spec="2.0.1" />
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="cordova-plugin-vibration" spec="3.1.0" />
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-fullscreen" spec="1.2.0" />
<plugin name="cordova-plugin-globalization" spec="1.11.0" />
<plugin name="cordova-plugin-crosswalk-data-migration" spec="git+https://github.com/veloce/cordova-plugin-crosswalk-data-migration.git#225408d" />
<plugin name="cordova-plugin-stockfish" spec="https://github.com/veloce/cordova-plugin-stockfish.git#v1.7.0" />
<engine name="android" spec="7.1.0" />
<engine name="ios" spec="4.5.4" />
</widget>