forked from snowpool/snowpool-android
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
54 lines (42 loc) · 1.93 KB
/
config.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.snowpool.mobileapp"
versionCode="150"
version = "2.0.4">
<name>Snowpool</name>
<description>
A mobile application for snowpool.org
</description>
<author href="http://snowpool.org"
email="[email protected]">
Snowpool
</author>
<gap:platforms>
<gap:platform name="android" minVersion="2.1" />
<gap:platform name="ios" />
<gap:platform name="webos" />
<gap:platform name="symbian.wrt" />
<gap:platform name="blackberry" project="widgets"/>
</gap:platforms>
<!-- new ios dimensions -->
<gap:splash src="splash/ios/Default.png" width="320" height="480" />
<gap:splash src="splash/ios/Default_at_2x.png" width="640" height="960" />
<gap:splash src="splash/ios/Default_iphone5.png" width="640" height="1136" />
<gap:splash src="splash/ios/Default-Landscape.png" width="1024" height="768" />
<gap:splash src="splash/ios/Default-Portrait.png" width="768" height="1024" />
<gap:splash src="splash/ios/Default-Landscape_at_2x.png" width="2048" height="1496" />
<gap:splash src="splash/ios/Default-Portrait_at_2x.png" width="1536" height="2048" />
<icon src="icons/ios/classic.png" gap:platform="ios" width="57" height="57" />
<icon src="icons/ios/ipad.png" gap:platform="ios" width="72" height="72" />
<icon src="icons/ios/retina.png" gap:platform="ios" width="114" height="114" />
<icon src="icons/ios/retina_ipad.png" gap:platform="ios" width="144" height="144" />
<!-- end ios dimensions -->
<preference name="permissions" value="none"/>
<!-- sample preference specification -->
<!-- <preference name="autorotate" value="false" readonly="true"/> -->
<!-- with no phonegap version set, build complains we are using Phonegap 1.7.0 -->
<preference name="phonegap-version" value="2.7.0" />
<!-- only want to target phones -->
<preference name="target-device" value="handset" />
</widget>