-
Notifications
You must be signed in to change notification settings - Fork 0
/
intelxdk.config.ios.xml
executable file
·18 lines (18 loc) · 1.34 KB
/
intelxdk.config.ios.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="xdk.intel.blank.ad.template" version="0.0.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>PushClient</name>
<description>Template to develop a Cordova mobile web app using the App Designer UI editor.</description>
<author>Intel XDK</author>
<content src="index.html"/>
<intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/>
<intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/>
<intelxdk:plugin intelxdk:name="phonegap_pushplugin" intelxdk:value="https://github.com/phonegap-build/PushPlugin"/>
<intelxdk:plugin intelxdk:name="cordova_ws" intelxdk:value="https://github.com/knowledgecode/WebSocket-for-Android.git"/>
<preference name="ios-target" value="6"/>
<preference name="ios-configuration" value="adhoc"/>
<!--creationInfo:{"src":"appDesigner","projectTypeName":"com.intel.xdk.projecttype.jsapp"}-->
<preference name="debuggable" value="false"/></widget>