-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
21 lines (16 loc) · 884 Bytes
/
config.xml
File metadata and controls
21 lines (16 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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.example"
version = "1.0.0">
<name>01Test</name>
<description>Alitalia Test</description>
<author href="https://example.com" email="you@example.com">Your Name</author>
<icon src="gfx/ios/apple-touch-icon.png" width="57" height="57"/>
<icon src="gfx/ios/touch-icon-ipad.png" width="72" height="72"/>
<icon src="gfx/ios/touch-icon-iphone4.png" width="114" height="114"/>
<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-Landscape.png" width="1024" height="768" />
<gap:splash src="splash/ios/Default-Portrait.png" width="768" height="1024" />
</widget>