-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
38 lines (38 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.thingtrack.menes.mobile" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>MenesMobile</name>
<description>
La aplicación del hospital veterinario Nacho Menes.
</description>
<author email="info@thingtrack.com" href="http://www.thingtrack.com">
Thingtrack S.L.
</author>
<content src="index.html" />
<access origin="*" />
<!-- Platform Icons -->
<platform name="android">
<icon src="res/android/drawable-mdpi/ic_launcher.png" density="ldpi" />
<icon src="res/android/drawable-hdpi/ic_launcher.png" density="mdpi" />
<icon src="res/android/drawable-xhdpi/ic_launcher.png" density="hdpi" />
<icon src="res/android/drawable-xxhdpi/ic_launcher.png" density="xhdpi" />
</platform>
<platform name="ios">
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="res/ios/ic_launcher_60.png" width="60" height="60" />
<icon src="res/ios/ic_launcher_120.png" width="120" height="120" />
<!-- iOS 6.1 -->
<!-- Spotlight Icon -->
<icon src="res/ios/ic_launcher_40.png" width="40" height="40" />
<icon src="res/ios/ic_launcher_80.png" width="80" height="80" />
<!-- iPhone / iPod Touch -->
<icon src="res/ios/ic_launcher_57.png" width="57" height="57" />
<icon src="res/ios/ic_launcher_114.png" width="114" height="114" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="res/ios/ic_launcher_29.png" width="29" height="29" />
<icon src="res/ios/ic_launcher_58.png" width="58" height="58" />
</platform>
<!-- Splash screens -->
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
</widget>