-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathintelxdk.config.ios.xml
More file actions
33 lines (33 loc) · 3.12 KB
/
Copy pathintelxdk.config.ios.xml
File metadata and controls
33 lines (33 loc) · 3.12 KB
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
33
<?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.BinaryCharts" version="1.2.0">
<!--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>Binary Charts</name>
<description>A charting application from Binary.com</description>
<author>Binary.com</author>
<content src="index.html"/>
<access origin="*"/>
<icon platform="ios" src="v1.2.0/mobile_assets/ios/icon/ios-iphone6plus-180px.png" width="180" height="180"/>
<icon platform="ios" src="v1.2.0/mobile_assets/ios/icon/ios-iphone-retina-120px.png" width="120" height="120"/>
<icon platform="ios" src="v1.2.0/mobile_assets/ios/icon/ios-iphone-60px.png" width="60" height="60"/>
<icon platform="ios" src="v1.2.0/mobile_assets/ios/icon/ios-ipad-retina-152px.png" width="152" height="152"/>
<icon platform="ios" src="v1.2.0/mobile_assets/ios/icon/ios-ipad-ipadmini-76px.png" width="76" height="76"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-750x1334px.png" width="750" height="1334" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-1242x2208px.png" width="1242" height="2208" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-640x1136px.png" width="640" height="1136" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-640x960px.png" width="640" height="960" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-320x480px.png" width="320" height="480" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-1536x2008px.png" width="1536" height="2008" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-768x1004px.png" width="768" height="1004" orientation="portrait"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-1334x750px.png" width="1334" height="750" orientation="landscape"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-2208x1242px.png" width="2208" height="1242" orientation="landscape"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-2048x1496px.png" width="2048" height="1496" orientation="landscape"/>
<splash platform="ios" src="v1.2.0/mobile_assets/ios/splash-screen/ss-ios-1024x748px.png" width="1024" height="748" orientation="landscape"/>
<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"/>
<preference name="ios-target" value="6"/>
<preference name="ios-configuration" value="adhoc"/>
<preference name="Fullscreen" value="true"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--></widget>