-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintelxdk.config.android.xml
More file actions
28 lines (28 loc) · 2.43 KB
/
intelxdk.config.android.xml
File metadata and controls
28 lines (28 loc) · 2.43 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
<?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.architsoft.animaloramatest03" version="0.0.3" 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>Animalorama03</name>
<description>TestAnimalorama Ver 0.0.3</description>
<author>Ricardo Perez</author>
<content src="index.html"/>
<access origin="*"/>
<icon platform="android" src="assets/images/_app/logo_ldpi - Copy.png" density="ldpi" width="36" height="36"/>
<icon platform="android" src="assets/images/_app/logo_mdpi.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="assets/images/_app/logo_hdpi.png" density="hdpi" width="72" height="72"/>
<icon platform="android" src="assets/images/_app/logo_xhdpi.png" density="xhdpi" width="96" height="96"/>
<splash platform="android" src="assets/images/_app/splash_hdpi.png" density="hdpi" width="480" height="640" orientation="portrait"/>
<splash platform="android" src="assets/images/_app/splash_xhdpi.png" density="xhdpi" width="720" height="960" orientation="portrait"/>
<splash platform="android" src="assets/images/_app/splash_mdpi.png" density="mdpi" width="320" height="470" orientation="portrait"/>
<splash platform="android" src="assets/images/_app/splash_ldpi - Copy.png" density="ldpi" width="320" height="426" orientation="portrait"/>
<splash platform="android" src="assets/images/_app/splash_ldpi_p.fw.png" density="ldpi" width="426" height="320" orientation="landscape"/>
<splash platform="android" src="assets/images/_app/splash_mdpi_p.fw.png" density="mdpi" width="470" height="320" orientation="landscape"/>
<splash platform="android" src="assets/images/_app/splash_hdpi_p.fw.png" density="hdpi" width="640" height="480" orientation="landscape"/>
<splash platform="android" src="assets/images/_app/splash_xhdpi_p.fw.png" density="xhdpi" width="960" height="720" orientation="landscape"/>
<preference name="android-minSdkVersion" value="10"/>
<preference name="android-targetSdkVersion" value="19"/>
<preference name="android-installLocation" value="auto"/>
<preference name="splashscreen" value="splash"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.webapp"}--></widget>