forked from ansox/irregular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintelxdk.config.ios.xml
32 lines (32 loc) · 2.35 KB
/
intelxdk.config.ios.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
25
26
27
28
29
30
31
32
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="br.com.irregular" 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>Irregular</name>
<description>Easy Irregular Verb</description>
<content src="index.html"/>
<access origin="*"/>
<icon platform="ios" src="img/180.png" width="180" height="180"/>
<icon platform="ios" src="img/120.png" width="120" height="120"/>
<icon platform="ios" src="img/60.png" width="60" height="60"/>
<icon platform="ios" src="img/152.png" width="152" height="152"/>
<icon platform="ios" src="img/76.png" width="76" height="76"/>
<splash platform="ios" src="img/1242.png" width="1242" height="2208" orientation="portrait"/>
<splash platform="ios" src="img/640.png" width="640" height="1136" orientation="portrait"/>
<splash platform="ios" src="img/640-2.png" width="640" height="960" orientation="portrait"/>
<splash platform="ios" src="img/320.png" width="320" height="480" orientation="portrait"/>
<splash platform="ios" src="img/1536.png" width="1536" height="2008" orientation="portrait"/>
<splash platform="ios" src="img/768.png" width="768" height="1004" orientation="portrait"/>
<splash platform="ios" src="img/750.png" width="750" height="1334" orientation="portrait"/>
<intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/>
<intelxdk:plugin intelxdk:name="Admob* plugin" intelxdk:value="com.cranberrygame.phonegap.plugin.ad.admob"/>
<intelxdk:plugin intelxdk:name="Connection" intelxdk:value="org.apache.cordova.network-information" intelxdk:version="0.2.14"/>
<intelxdk:plugin intelxdk:name="In App Browser" intelxdk:value="org.apache.cordova.inappbrowser" intelxdk:version="0.5.4"/>
<preference name="ios-target" value="6"/>
<preference name="ios-configuration" value="production"/>
<preference name="exit-on-suspend" value="false"/>
<preference name="Fullscreen" value="true"/>
<intelxdk:provisioning intelxdk:src="OficialProfile.mobileprovision" intelxdk:type="production"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--></widget>