-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-pgb-cli-2017-0821-151819.xml
84 lines (83 loc) · 5.72 KB
/
config-pgb-cli-2017-0821-151819.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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android" android-versionCode="2" version="0.0.2" id="xdk.intel.blank.ad.template.crosswalk.bus">
<!-- This file was generated by the Intel XDK Cordova Package Build tool. -->
<name>BusTrackingClient</name>
<description>Template to develop a Cordova mobile web app using the App Designer UI editor.</description>
<author>Intel XDK</author>
<content src="index.html" />
<preference name="android-build-tool" value="gradle" />
<platform name="android">
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<allow-intent href="market:*" />
<access origin="*" />
</platform>
<preference name="phonegap-version" value="cli-6.2.0" />
<preference name="xwalkMultipleApk" value="false" />
<plugin name="cordova-plugin-crosswalk-webview" spec="1.8.0" />
<plugin name="cordova-plugin-statusbar" spec="2.1.3" />
<plugin name="cordova-plugin-device" spec="1.1.2" />
<plugin name="cordova-plugin-splashscreen" spec="3.2.2" />
<plugin name="cordova-plugin-geolocation" spec="2.2.0" />
<plugin name="cordova-plugin-network-information" spec="1.2.1" />
<plugin name="cordova-plugin-dialogs" spec="1.2.1" />
<plugin name="cordova-plugin-vibration" spec="2.1.1" />
<plugin name="cordova-plugin-app-event" spec="1.2.0" />
<plugin name="de.appplant.cordova.plugin.local-notification" spec="https://github.com/katzer/cordova-plugin-local-notifications.git" />
<!-- If available via Cordova registry; consider changing to an NPM reference. -->
<plugin name="cordova-plugin-background-mode" spec="https://github.com/katzer/cordova-plugin-background-mode" />
<!-- If available via Cordova registry; consider changing to an NPM reference. -->
<plugin name="cordova-plugin-file" spec="4.2.0" />
<plugin name="cordova-plugin-camera" spec="2.3.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value=" " />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-file-transfer" spec="1.5.1" />
<plugin name="cordova-plugin-compat" spec="1.0.0" />
<plugin name="onesignal-cordova-plugin" spec="https://github.com/one-signal/OneSignal-Cordova-SDK.git" />
<!-- If available via Cordova registry; consider changing to an NPM reference. -->
<plugin name="cordova-plugin-wkwebview-engine" spec="1.1.3" />
<plugin name="cordova-plugin-whitelist" spec="1.2.2" />
<platform name="ios">
<!-- below requires the splash screen plugin -->
<!-- docs: https://github.com/apache/cordova-plugin-splashscreen -->
<preference name="AutoHideSplashScreen" value="false" />
<preference name="FadeSplashScreen" value="false" />
<preference name="FadeSplashScreenDuration" value="2" />
<preference name="ShowSplashScreenSpinner" value="false" />
<!-- below requires the status bar plugin -->
<!-- docs: https://github.com/apache/cordova-plugin-statusbar -->
<!-- see http://devgirl.org/2014/07/31/phonegap-developers-guid -->
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarStyle" value="lightcontent" />
</platform>
<platform name="android">
<!-- below requires the splash screen plugin -->
<!-- docs: https://github.com/apache/cordova-plugin-splashscreen -->
<preference name="SplashMaintainAspectRatio" value="false" />
</platform>
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect --ignore-gpu-blacklist " />
<platform name="android">
<preference name="android-minSdkVersion" value="16" />
<preference name="android-targetSdkVersion" value="21" />
<preference name="android-installLocation" value="auto" />
<preference name="android-signed" value="true" />
<preference name="AndroidLaunchMode" value="singleTop" />
</platform>
<splash platform="android" src="package-assets/splash_bus1.png" density="ldpi" width="320" height="426" orientation="portrait" />
<splash platform="android" src="package-assets/splash_bus2.png" density="mdpi" width="320" height="470" orientation="portrait" />
<splash platform="android" src="package-assets/splash_bus3.png" density="hdpi" width="480" height="640" orientation="portrait" />
<splash platform="android" src="package-assets/splash_bus4.png" density="xhdpi" width="720" height="960" orientation="portrait" />
<icon platform="android" src="package-assets/logo-bus35.png" density="ldpi" width="36" height="36" />
<icon platform="android" src="package-assets/logo-bus48.png" density="mdpi" width="48" height="48" />
<icon platform="android" src="package-assets/logo-bus72.png" density="hdpi" width="72" height="72" />
<icon platform="android" src="package-assets/logo-bus96.png" density="xhdpi" width="96" height="96" />
<config-file platform="android" parent="/manifest/application" mode="merge">
<activity android:launchMode="singleTop" />
</config-file>
</widget>