-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
41 lines (36 loc) · 1.65 KB
/
config.xml
File metadata and controls
41 lines (36 loc) · 1.65 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
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="co.xignal.mobile" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Xignal</name>
<description>
Xignal PoC app
</description>
<author email="gregelisara@gmail.com" href="http://xignal.co">
Xignal Team
</author>
<content src="index.html"/>
<access origin="*"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
<platform name="ios">
<!-- images are determined by width and height. The following are supported -->
<splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/>
<splash src="res/screen/ios/Default@2x~iphone.png" width="640" height="960"/>
<splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="res/screen/ios/icon-60@2x.png" width="120" height="120" />
<!-- iOS 6.1 -->
<!-- iPhone / iPod Touch -->
<icon src="res/screen/ios/icon.png" width="57" height="57" />
<icon src="res/screen/ios/icon@2x.png" width="114" height="114" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="res/screen/ios/icon-small.png" width="29" height="29" />
<icon src="res/screen/ios/icon-small@2x.png" width="58" height="58" />
</platform>
<preference name="SplashScreenDelay" value="10000" />
</widget>