-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_free.xml
93 lines (86 loc) · 5.87 KB
/
config_free.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.shirkan.mylist" version="1.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name>My List</name>
<description>
My list is a unique list application. Manage your most unique list in one application. This application is all about your one and only truly important and unique list.
</description>
<author email="[email protected]">
Liran Cohen
</author>
<content src="index.html" />
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
<preference name="DisallowOverscroll" value="true" />
<preference name="StatusBarOverlaysWebView" value="false"/>
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarColor" value="#FFFFFF" />
<gap:plugin name="cordova-plugin-email-composer" version="0.8.3" source="npm" />
<platform name="ios">
<!-- iOS 8.0+ -->
<!-- iPhone 6 Plus -->
<icon src="res/icons_free/[email protected]" width="180" height="180" />
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="res/icons_free/Icon-60.png" width="60" height="60" />
<icon src="res/icons_free/[email protected]" width="120" height="120" />
<!-- iPad -->
<icon src="res/icons_free/Icon-76.png" width="76" height="76" />
<icon src="res/icons_free/[email protected]" width="152" height="152" />
<!-- iOS 6.1 -->
<!-- Spotlight Icon -->
<icon src="res/icons_free/Icon-40.png" width="40" height="40" />
<icon src="res/icons_free/[email protected]" width="80" height="80" />
<!-- iPhone / iPod Touch -->
<icon src="res/icons_free/icon.png" width="57" height="57" />
<icon src="res/icons_free/[email protected]" width="114" height="114" />
<!-- iPad -->
<icon src="res/icons_free/Icon-72.png" width="72" height="72" />
<icon src="res/icons_free/[email protected]" width="144" height="144" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="res/icons_free/Icon-Small.png" width="29" height="29" />
<icon src="res/icons_free/[email protected]" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="res/icons_free/Icon-50.png" width="50" height="50" />
<icon src="res/icons_free/[email protected]" width="100" height="100" />
<icon src="res/icons_free/Icon-167.png" width="167" height="167" />
<icon src="res/icons_free/[email protected]" width="87" height="87" />
<!-- images are determined by width and height. The following are supported -->
<splash src="res/splash_free/Default~iphone.png" width="320" height="480"/>
<splash src="res/splash_free/Default@2x~iphone.png" width="640" height="960"/>
<splash src="res/splash_free/Default-Portrait~ipad.png" width="768" height="1024"/>
<splash src="res/splash_free/Default.png" width="768" height="1004"/>
<splash src="res/splash_free/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
<splash src="res/splash_free/Default-Portrait@2x~ipad_1536x2008.png" width="1536" height="2008"/>
<splash src="res/splash_free/Default-Landscape~ipad.png" width="1024" height="768"/>
<splash src="res/splash_free/Default-Landscape~ipad_1024x748.png" width="1024" height="748"/>
<splash src="res/splash_free/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
<splash src="res/splash_free/Default-Landscape@2x~ipad_2048x1496.png" width="2048" height="1496"/>
<splash src="res/splash_free/Default-568h@2x~iphone.png" width="640" height="1136"/>
<splash src="res/splash_free/Default-750@2x~iphone6-portrait_750x1334.png" width="750" height="1334"/>
<splash src="res/splash_free/Default-750@2x~iphone6-landscape_1334x750.png" width="1334" height="750"/>
<splash src="res/splash_free/Default-1242@3x~iphone6s-portrait_1242x2208.png" width="1242" height="2208"/>
<splash src="res/splash_free/Default-1242@3x~iphone6s-landscape_2208x1242.png" width="2208" height="1242"/>
</platform>
<platform name="android">
<icon src="res/icons_free/ldpi.png" density="ldpi" />
<icon src="res/icons_free/mdpi.png" density="mdpi" />
<icon src="res/icons_free/hdpi.png" density="hdpi" />
<icon src="res/icons_free/xhdpi.png" density="xhdpi" />
<icon src="res/icons_free/xxhdpi.png" density="xxhdpi" />
<icon src="res/icons_free/xxxhdpi.png" density="xxxhdpi" />
<!-- you can use any density that exists in the Android project -->
<splash src="res/Android_splash_free/res/drawable-land-hdpi/screen.png" density="land-hdpi"/>
<splash src="res/Android_splash_free/res/drawable-land-ldpi/screen.png" density="land-ldpi"/>
<splash src="res/Android_splash_free/res/drawable-land-mdpi/screen.png" density="land-mdpi"/>
<splash src="res/Android_splash_free/res/drawable-land-xhdpi/screen.png" density="land-xhdpi"/>
<splash src="res/Android_splash_free/res/drawable-land-xxhdpi/screen.png" density="land-xxhdpi"/>
<splash src="res/Android_splash_free/res/drawable-land-xxxhdpi/screen.png" density="land-xxxhdpi"/>
<splash src="res/Android_splash_free/res/drawable-hdpi/screen.png" density="port-hdpi"/>
<splash src="res/Android_splash_free/res/drawable-ldpi/screen.png" density="port-ldpi"/>
<splash src="res/Android_splash_free/res/drawable-mdpi/screen.png" density="port-mdpi"/>
<splash src="res/Android_splash_free/res/drawable-xhdpi/screen.png" density="port-xhdpi"/>
<splash src="res/Android_splash_free/res/drawable-xxhdpi/screen.png" density="port-xxhdpi"/>
<splash src="res/Android_splash_free/res/drawable-xxxhdpi/screen.png" density="port-xxxhdpi"/>
</platform>
</widget>