-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
55 lines (55 loc) · 2.82 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.mandola.reporting" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>MandolApp</name>
<icon src="icon.png" />
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" 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:*" />
<platform name="android">
<preference name="android-targetSdkVersion" value="23" />
<allow-intent href="market:*" />
<hook src="hooks/patch-android-studio-check.js" type="before_plugin_install" />
<hook src="hooks/patch-android-studio-check.js" type="before_plugin_add" />
<hook src="hooks/patch-android-studio-check.js" type="before_build" />
<hook src="hooks/patch-android-studio-check.js" type="before_run" />
<hook src="hooks/patch-android-studio-check.js" type="before_plugin_rm" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-camera" spec="4.0.3" />
<plugin name="cordova-plugin-crop" spec="0.4.0" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-dialogs" spec="2.0.1" />
<plugin name="cordova-plugin-file" spec="6.0.1" />
<plugin name="cordova-plugin-file-transfer" spec="1.7.1" />
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<plugin name="cordova-sqlite-storage" spec="2.5.0" />
<plugin name="de.appplant.cordova.plugin.local-notification" spec="0.8.5" />
<plugin name="cordova.plugins.diagnostic" spec="4.0.10" />
<plugin name="cordova-android-support-gradle-release" spec="1.4.5">
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-app-event" spec="^1.2.1" />
<plugin name="cordova-plugin-background-mode" spec="0.7.2" />
<plugin name="cordova-plugin-console" spec="1.1.0" />
<plugin name="urlcopynotification" spec=".\local\urlcopynotification" />
<plugin name="cordova-plugin-core-android-extensions" spec="1.2.0" />
<plugin name="cordova-plugin-android-permissions" spec="1.0.0" />
<plugin name="in.lucasdup.bringtofront" spec=".\local\cordova-bring-to-front" />
<plugin name="com.ab.cordovafloatingactivity" spec=".\local\com.ab.cordovafloatingactivity" />
<engine name="android" spec="^7.1.1" />
</widget>