-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathintelxdk.config.android.xml
24 lines (24 loc) · 1.69 KB
/
intelxdk.config.android.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
<?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.roidayan.redminejs" version="0.11.3" android-versionCode="8">
<!--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="5.1.1"/>
<name>Redmine.js</name>
<description>Redmine Client</description>
<author>Roi Dayan</author>
<content src="index.html"/>
<access origin="*"/>
<allow-intent href="*"/>
<allow-navigation href="*"/>
<icon platform="android" src="res/mipmap-ldpi/ic_launcher.png" density="ldpi" width="36" height="36"/>
<icon platform="android" src="res/mipmap-mdpi/ic_launcher.png" density="mdpi" width="48" height="48"/>
<icon platform="android" src="res/mipmap-xhdpi/ic_launcher.png" density="xhdpi" width="96" height="96"/>
<icon platform="android" src="res/mipmap-hdpi/ic_launcher.png" density="hdpi" width="72" height="72"/>
<intelxdk:plugin intelxdk:name="InAppBrowser" intelxdk:value="cordova-plugin-inappbrowser" intelxdk:version="1.0.1" intelxdk:checksum="56efa690" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="Cordova Network Whitelist Plugin (added by Intel XDK)" intelxdk:value="cordova-plugin-whitelist" intelxdk:version="1.2.1"/>
<preference name="android-minSdkVersion" value="19"/>
<preference name="android-targetSdkVersion" value="22"/>
<preference name="android-installLocation" value="auto"/>
<preference name="android-signed" value="false"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--></widget>