-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
43 lines (43 loc) · 2 KB
/
config.xml
File metadata and controls
43 lines (43 loc) · 2 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
39
40
41
42
43
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.busu3" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Busu</name>
<description>
Aplicativo que mostra pontos e horarios de ônibus.
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
CEPECAM
</author>
<content src="index.html" />
<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:*" />
<access origin="*.google.com" />
<access origin="*.googleapis.com" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="StatusBarOverlaysWebView" value="true" />
<splash density="land-hdpi" src="res/screen/android/landhdpi.png" />
<splash density="land-ldpi" src="res/screen/android/landldpi.png" />
<splash density="land-mdpi" src="res/screen/android/landmdpi.png" />
<splash density="land-xhdpi" src="res/screen/android/landxhdpi.png" />
<splash density="port-hdpi" src="res/screen/android/porthdpi.png" />
<splash density="port-ldpi" src="res/screen/android/portldpi.png" />
<splash density="port-mdpi" src="res/screen/android/portmdpi.png" />
<splash density="port-xhdpi" src="res/screen/android/portxhdpi.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="SplashScreenDelay" />
<engine name="android" spec="^6.1.2" />
<plugin name="cordova-plugin-geolocation" spec="~2.4.2" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-device" spec="^1.1.6" />
<plugin name="cordova-plugin-statusbar-master" spec="^2.2.3" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
</widget>