-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
96 lines (96 loc) · 6.16 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.nxcode.htf" version="1.2018.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Hadra Festival</name>
<description>Hadra Trance Festival 2017 official app.</description>
<author email="[email protected]" href="http://www.nxcode.org">Yohan Lasorsa</author>
<content src="index.html" />
<access launch-external="yes" origin="*" />
<allow-navigation href="*" />
<platform name="ios">
<preference name="deployment-target" value="9.0" />
<preference name="UIWebViewBounce" value="false" />
<preference name="BackupWebStorage" value="none" />
<icon height="57" src="resources/ios/icon/Icon.png" width="57" />
<icon height="114" src="resources/ios/icon/[email protected]" width="114" />
<icon height="40" src="resources/ios/icon/Icon-Small-40.png" width="40" />
<icon height="80" src="resources/ios/icon/[email protected]" width="80" />
<icon height="50" src="resources/ios/icon/Icon-Small-50.png" width="50" />
<icon height="100" src="resources/ios/icon/[email protected]" width="100" />
<icon height="60" src="resources/ios/icon/Icon-60.png" width="60" />
<icon height="120" src="resources/ios/icon/[email protected]" width="120" />
<icon height="180" src="resources/ios/icon/[email protected]" width="180" />
<icon height="72" src="resources/ios/icon/Icon-72.png" width="72" />
<icon height="144" src="resources/ios/icon/[email protected]" width="144" />
<icon height="76" src="resources/ios/icon/Icon-76.png" width="76" />
<icon height="152" src="resources/ios/icon/[email protected]" width="152" />
<icon height="167" src="resources/ios/icon/[email protected]" width="167" />
<icon height="29" src="resources/ios/icon/Icon-Small.png" width="29" />
<icon height="58" src="resources/ios/icon/[email protected]" width="58" />
<icon height="87" src="resources/ios/icon/[email protected]" width="87" />
<custom-config-file parent="UIStatusBarStyle" platform="ios" target="*-Info.plist">
<string>UIStatusBarStyleLightContent</string>
</custom-config-file>
<custom-config-file parent="UISupportedInterfaceOrientations~ipad" platform="ios" target="*-Info.plist">
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</custom-config-file>
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<splash src="resources/ios/splash/Default@2x~universal~anyany.jpg" />
</platform>
<platform name="android">
<preference name="android-minSdkVersion" value="19" />
<custom-preference name="android-manifest/application/activity/@android:theme" value="@android:style/Theme.DeviceDefault" />
<icon density="ldpi" src="resources/android/icon/48.png" />
<icon density="mdpi" src="resources/android/icon/72.png" />
<icon density="hdpi" src="resources/android/icon/96.png" />
<icon density="xhdpi" src="resources/android/icon/144.png" />
<icon density="xxhdpi" src="resources/android/icon/192.png" />
<icon density="xxxhdpi" src="resources/android/icon/512.png" />
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
</platform>
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<preference name="Fullscreen" value="false" />
<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="Orientation" value="portrait" />
<preference name="StatusBarStyle" value="lightcontent" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreen" value="true" />
<preference name="FadeSplashScreenDuration" value="500" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="SplashShowOnlyFirstTime" value="true" />
<preference name="loadUrlTimeoutValue" value="60000" />
<icon src="resources/android/icon/144.png" />
<engine name="android" spec="^6.0.0" />
<engine name="ios" spec="^4.5.4" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="cordova-custom-config" spec="^5.0.2" />
<plugin name="de.appplant.cordova.plugin.local-notification" spec="./custom-plugins/cordova-plugin-local-notification" />
<plugin name="cordova-plugin-ionic-webview" spec="1.1.16" />
<plugin name="cordova-plugin-apprate" spec="^1.4.0" />
<plugin name="cordova-plugin-music-controls" spec="git+https://github.com/homerours/cordova-music-controls-plugin.git" />
</widget>