-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathintelxdk.config.android.xml
More file actions
31 lines (31 loc) · 3.02 KB
/
Copy pathintelxdk.config.android.xml
File metadata and controls
31 lines (31 loc) · 3.02 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
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="com.BinaryCharts" version="1.2.0" android-versionCode="1">
<!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost. -->
<!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.-->
<intelxdk:version value="1.0"/>
<intelxdk:cordova-cli version="4.1.2"/>
<name>Binary Charts</name>
<description>A charting application from Binary.com</description>
<author>Binary.com</author>
<content src="index.html"/>
<access origin="*"/>
<icon platform="android" src="v1.2.0/mobile_assets/android/icon/LDPI-36px.png" density="ldpi" width="36" height="36"/>
<icon platform="android" src="v1.2.0/mobile_assets/android/icon/MDPI-48px.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="v1.2.0/mobile_assets/android/icon/HDPI-72px.png" density="hdpi" width="72" height="72"/>
<icon platform="android" src="v1.2.0/mobile_assets/android/icon/XHDPI-96px.png" density="xhdpi" width="96" height="96"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-LDPI-320x426px.png" density="ldpi" width="320" height="426" orientation="portrait"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-MDPI-320x470px.png" density="mdpi" width="320" height="470" orientation="portrait"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-HDPI-480x640px.png" density="hdpi" width="480" height="640" orientation="portrait"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-XHDPI-720x960px.png" density="xhdpi" width="720" height="960" orientation="portrait"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-LDPI-426x320px.png" density="ldpi" width="426" height="320" orientation="landscape"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-MDPI-470x320px.png" density="mdpi" width="470" height="320" orientation="landscape"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-HDPI-640x480px.png" density="hdpi" width="640" height="480" orientation="landscape"/>
<splash platform="android" src="v1.2.0/mobile_assets/android/splash-screen/ss-android-XHDPI-960x720px.png" density="xhdpi" width="960" height="720" orientation="landscape"/>
<intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/>
<intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/>
<preference name="android-minSdkVersion" value="10"/>
<preference name="android-targetSdkVersion" value="19"/>
<preference name="android-installLocation" value="auto"/>
<preference name="Fullscreen" value="true"/>
<preference name="splashscreen" value="splash"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--></widget>