-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintelxdk.config.android.xml
20 lines (20 loc) · 1.49 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
<?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.pontura.sein" version="0.0.1" 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="5.1.1"/>
<name>Sein</name>
<description>Aplicación para estacionamiento medido</description>
<author>Yaguar Studio</author>
<content src="index.html"/>
<access origin="*"/>
<intelxdk:plugin intelxdk:name="sms" intelxdk:value="com.jsmobile.plugins.sms" intelxdk:version="0.0.1" intelxdk:checksum="e5531a20" intelxdk:type="file"/>
<intelxdk:plugin intelxdk:name="Notification" intelxdk:value="cordova-plugin-dialogs" intelxdk:version="1.2.0" intelxdk:checksum="1af74557"/>
<intelxdk:plugin intelxdk:name="Device" intelxdk:value="cordova-plugin-device" intelxdk:version="1.1.0" intelxdk:checksum="1eae5d64"/>
<intelxdk:plugin intelxdk:name="Whitelist" intelxdk:value="cordova-plugin-whitelist" intelxdk:version="1.2.1" intelxdk:checksum="c2b7660b"/>
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="19"/>
<preference name="android-installLocation" value="auto"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}-->
<preference name="debuggable" value="false"/></widget>