Touchgui/intelxdk.config.android.xml

changeset 0
e8ccd40d0ef6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Touchgui/intelxdk.config.android.xml	Thu Jun 04 14:50:33 2015 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +<?xml version='1.0' encoding='UTF-8'?>
     1.5 +<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="demo.touchnotifier" version="1.0.0" android-versionCode="1">
     1.6 +<!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost.           -->
     1.7 +<!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.-->
     1.8 +<intelxdk:version value="1.0"/>
     1.9 +<intelxdk:cordova-cli version="4.1.2"/>
    1.10 +<name>Touchgui</name>
    1.11 +<description>A simple app that receives data wirelessly and notifies a user if the Touch Sensor is being touched.</description>
    1.12 +<author>Intel XDK</author>
    1.13 +<content src="index.html"/>
    1.14 +<access origin="*"/>
    1.15 +<intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/>
    1.16 +<intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/>
    1.17 +<intelxdk:plugin intelxdk:name="Vibration (notification)" intelxdk:value="org.apache.cordova.vibration" intelxdk:version="0.3.12"/>
    1.18 +<intelxdk:plugin intelxdk:name="Dialogs (notification)" intelxdk:value="org.apache.cordova.dialogs" intelxdk:version="0.2.11"/>
    1.19 +<preference name="android-minSdkVersion" value="10"/>
    1.20 +<preference name="android-targetSdkVersion" value="19"/>
    1.21 +<preference name="android-installLocation" value="auto"/>
    1.22 +<!--creationInfo:{"src":"https://edge-intel.s3.amazonaws.com/jsapp/production/release-2015-ww07/sample-iot-companion-touch-notifier/sample.zip","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--></widget>
    1.23 \ No newline at end of file

mercurial