-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.xml
executable file
·26 lines (19 loc) · 946 Bytes
/
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
<?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.phonegap.YATFAOB"
version = "0.1.2">
<name>Kitchen Sink (tablet)</name>
<description>
PhoneGap Kitchen Sink Demo
</description>
<author href="http://michaelbrooks.ca" email="[email protected]">
Michael Brooks
</author>
<preference name="target-device" value="tablet" />
<icon src="resource/icon/icon-57.png" width="57" height="57" gap:role="default" default="true"/>
<icon src="resource/icon/icon-72.png" width="72" height="72" gap:role="default" />
<icon src="resource/icon/icon-114.png" width="114" height="114" gap:role="default" />
<gap:splash src="resource/splash/splash-320.png" width="320" height="480" />
<gap:splash src="resource/splash/splash-640.png" width="640" height="960" />
</widget>