Touchgui/intelxdk.config.crosswalk.xml

Thu, 04 Jun 2015 14:50:33 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Jun 2015 14:50:33 +0200
changeset 0
e8ccd40d0ef6
permissions
-rw-r--r--

Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.

michael@0 1 <?xml version='1.0' encoding='UTF-8'?>
michael@0 2 <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">
michael@0 3 <!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost. -->
michael@0 4 <!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.-->
michael@0 5 <intelxdk:version value="1.0"/>
michael@0 6 <intelxdk:cordova-cli version="4.1.2"/>
michael@0 7 <name>Touchgui</name>
michael@0 8 <description>A simple app that receives data wirelessly and notifies a user if the Touch Sensor is being touched.</description>
michael@0 9 <author>Intel XDK</author>
michael@0 10 <content src="index.html"/>
michael@0 11 <access origin="*"/>
michael@0 12 <intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/>
michael@0 13 <intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/>
michael@0 14 <intelxdk:plugin intelxdk:name="Vibration (notification)" intelxdk:value="org.apache.cordova.vibration" intelxdk:version="0.3.12"/>
michael@0 15 <intelxdk:plugin intelxdk:name="Dialogs (notification)" intelxdk:value="org.apache.cordova.dialogs" intelxdk:version="0.2.11"/>
michael@0 16 <preference name="android-minSdkVersion" value="14"/>
michael@0 17 <preference name="android-targetSdkVersion" value="19"/>
michael@0 18 <preference name="android-installLocation" value="auto"/>
michael@0 19 <intelxdk:crosswalk version="10"/>
michael@0 20 <!--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>

mercurial