-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
56 lines (40 loc) · 2.38 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
55
56
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "net.nemur.skyldleikur"
versionCode="11"
version = "1.0.1">
<!-- versionCode is optional and Android only -->
<name>Skyldleikur</name>
<description>
Sýndu skyldleikni, leiktu Skyldleikinn.
</description>
<author href="http://www.nemur.net" email="nemur@nemur.net">
Björn Þór Jónsson
</author>
<feature name="http://api.phonegap.com/1.0/network"/>
<gap:plugin name="GAPlugin" />
<icon src="assets/icons/ios/icon.png" gap:platform="ios" width="57" height="57" />
<icon src="assets/icons/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="assets/icons/ios/icon_at_2x.png" gap:platform="ios" width="114" height="114" />
<icon src="assets/icons/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
<icon src="assets/icons/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
<icon src="assets/icons/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
<icon src="assets/icons/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
<gap:splash src="assets/splash/ios/Default.png" width="320" height="480" />
<gap:splash src="assets/splash/ios/Default_at_2x.png" width="640" height="960" />
<gap:splash src="assets/splash/ios/Default_iphone5.png" width="640" height="1136" />
<gap:splash src="assets/splash/ios/Default-Landscape.png" width="1024" height="768" />
<gap:splash src="assets/splash/ios/Default-Portrait.png" width="768" height="1024" />
<gap:splash src="assets/splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
<gap:splash src="assets/splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
<gap:splash src="assets/splash/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
<gap:splash src="assets/splash/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
<preference name="prerendered-icon" value="true" />
<preference name="splash-screen-duration" value="4000" />
<!--
<access origin="http://islendingabok.is" />
<access origin="http://nemur.net" subdomains="true" />
<access origin="http://jquery.com" subdomains="true" />
-->
</widget>