blob: af731f873d85107c54ab6dfac1bf010ac9ab3350 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001<?xml version='1.0' encoding='utf-8'?>
2<widget id="com.supwisdom.dlapp" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
qiaowei536998e2019-07-10 16:15:24 +08003 <name short="大理市民卡">dlapp</name>
qiaoweif044a742019-07-10 16:04:20 +08004 <description>
5 A sample Apache Cordova application that responds to the deviceready event.
6 </description>
7 <author email="dev@cordova.apache.org" href="http://cordova.io">
8 Apache Cordova Team
9 </author>
10 <preference name="AutoHideSplashScreen" value="true" />
11 <preference name="SplashScreenDelay" value="0"/>
12
13 <content src="index.html" />
14 <access origin="*" />
15 <allow-intent href="http://*/*" />
16 <allow-intent href="https://*/*" />
17 <allow-intent href="tel:*" />
18 <allow-intent href="sms:*" />
19 <allow-intent href="mailto:*" />
20 <allow-intent href="geo:*" />
21
22 <allow-navigation href="http://*/*" />
23 <allow-navigation href="https://*/*" />
24 <allow-navigation href="data:*" />
25 <access origin="http://ip*" />
26
27 <preference name="ErrorUrl" value="error.html" />
28 <preference name="Orientation" value="portrait" />
29 <preference name="UseSwiftLanguageVersion" value="4.0" />
30 <preference name="DisallowOverscroll" value="true" />
31 <preference name="UIWebViewBounce" value="false" />
32 <preference name="BackupWebStorage" value="local"/>
33
34 <platform name="android">
35 <allow-intent href="market:*" />
36 </platform>
37 <platform name="ios">
38 <allow-intent href="itms:*" />
39 <allow-intent href="itms-apps:*" />
40 </platform>
41 <feature name="TouchID">
42 <param name="ios-package" value="TouchID" />
43 </feature>
44 <plugin name="cordova-plugin-fingerprint-aio" spec="~1.7.0">
45 <variable name="FACEID_USAGE_DESCRIPTION" value="认证中..." />
46 </plugin>
47 <plugin name="cordova-plugin-touch-id" spec="~3.3.1">
48 <variable name="FACEID_USAGE_DESCRIPTION" value=" " />
49 </plugin>
50 <plugin name="cordova-plugin-whitelist" spec="1" />
51 <plugin name="cordova-plugin-advanced-http" spec="~2.1.1">
52 <variable name="OKHTTP_VERSION" value="3.10.0" />
53 </plugin>
54
55 <plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
56 <edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
57 <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
58 </edit-config>
59</widget>