blob: a20cd9e67ceb8986dd5d3057c99997e3a9109cef [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>
qiaowei60c27e42019-07-11 16:43:54 +080010 <preference name="AutoHideSplashScreen" value="true"/>
qiaoweif044a742019-07-10 16:04:20 +080011 <preference name="SplashScreenDelay" value="0"/>
qiaowei60c27e42019-07-11 16:43:54 +080012 <preference name="SplashShowOnlyFirstTime" value="true" />
qiaoweif044a742019-07-10 16:04:20 +080013
14 <content src="index.html" />
15 <access origin="*" />
16 <allow-intent href="http://*/*" />
17 <allow-intent href="https://*/*" />
18 <allow-intent href="tel:*" />
19 <allow-intent href="sms:*" />
20 <allow-intent href="mailto:*" />
21 <allow-intent href="geo:*" />
22
23 <allow-navigation href="http://*/*" />
24 <allow-navigation href="https://*/*" />
25 <allow-navigation href="data:*" />
26 <access origin="http://ip*" />
27
28 <preference name="ErrorUrl" value="error.html" />
29 <preference name="Orientation" value="portrait" />
30 <preference name="UseSwiftLanguageVersion" value="4.0" />
31 <preference name="DisallowOverscroll" value="true" />
32 <preference name="UIWebViewBounce" value="false" />
33 <preference name="BackupWebStorage" value="local"/>
34
35 <platform name="android">
36 <allow-intent href="market:*" />
37 </platform>
38 <platform name="ios">
39 <allow-intent href="itms:*" />
40 <allow-intent href="itms-apps:*" />
41 </platform>
42 <feature name="TouchID">
43 <param name="ios-package" value="TouchID" />
44 </feature>
45 <plugin name="cordova-plugin-fingerprint-aio" spec="~1.7.0">
46 <variable name="FACEID_USAGE_DESCRIPTION" value="认证中..." />
47 </plugin>
48 <plugin name="cordova-plugin-touch-id" spec="~3.3.1">
49 <variable name="FACEID_USAGE_DESCRIPTION" value=" " />
50 </plugin>
51 <plugin name="cordova-plugin-whitelist" spec="1" />
52 <plugin name="cordova-plugin-advanced-http" spec="~2.1.1">
53 <variable name="OKHTTP_VERSION" value="3.10.0" />
54 </plugin>
55
56 <plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
57 <edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
58 <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
59 </edit-config>
60</widget>