This repository was archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
38 lines (36 loc) · 1.62 KB
/
config.xml
File metadata and controls
38 lines (36 loc) · 1.62 KB
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.Simone.SideTracked" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SideTracked</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<icon src="res/icon/AppLogo.png"/>
<preference name="SplashScreenDelay" value="5000"/>
<platform name="android">
<allow-intent href="market:*" />
<splash src="res/drawable-land-hdpi/screen.png" density="land-hdpi"/>
<splash src="res/drawable-land-ldpi/screen.png" density="land-ldpi"/>
<splash src="res/drawable-land-mdpi/screen.png" density="land-mdpi"/>
<splash src="res/drawable-land-xhdpi/screen.png" density="land-xhdpi"/>
<splash src="res/drawable-port-hdpi/screen.png" density="port-hdpi"/>
<splash src="res/drawable-port-ldpi/screen.png" density="port-ldpi"/>
<splash src="res/drawable-port-mdpi/screen.png" density="port-mdpi"/>
<splash src="res/drawable-port-xhdpi/screen.png" density="port-xhdpi"/>
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>