blob: 4b754cd7e589357abc6939136aba5f7a46097a36 [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>
qiaoweiaa6f1f62019-08-07 10:26:16 +080010 <preference name="AutoHideSplashScreen" value="true" />
11 <preference name="SplashScreenDelay" value="0" />
qiaowei60c27e42019-07-11 16:43:54 +080012 <preference name="SplashShowOnlyFirstTime" value="true" />
qiaoweif044a742019-07-10 16:04:20 +080013 <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:*" />
qiaoweif044a742019-07-10 16:04:20 +080021 <allow-navigation href="http://*/*" />
22 <allow-navigation href="https://*/*" />
23 <allow-navigation href="data:*" />
24 <access origin="http://ip*" />
qiaoweif044a742019-07-10 16:04:20 +080025 <preference name="ErrorUrl" value="error.html" />
26 <preference name="Orientation" value="portrait" />
27 <preference name="UseSwiftLanguageVersion" value="4.0" />
28 <preference name="DisallowOverscroll" value="true" />
29 <preference name="UIWebViewBounce" value="false" />
qiaoweiaa6f1f62019-08-07 10:26:16 +080030 <preference name="BackupWebStorage" value="local" />
qiaoweif044a742019-07-10 16:04:20 +080031 <platform name="android">
32 <allow-intent href="market:*" />
33 </platform>
34 <platform name="ios">
35 <allow-intent href="itms:*" />
36 <allow-intent href="itms-apps:*" />
37 </platform>
38 <feature name="TouchID">
39 <param name="ios-package" value="TouchID" />
40 </feature>
qiaoweiaa6f1f62019-08-07 10:26:16 +080041 <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
42 <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
43 </edit-config>
qiaoweif044a742019-07-10 16:04:20 +080044 <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>
qiaoweiaa6f1f62019-08-07 10:26:16 +080050 <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
qiaoweif044a742019-07-10 16:04:20 +080051 <plugin name="cordova-plugin-advanced-http" spec="~2.1.1">
52 <variable name="OKHTTP_VERSION" value="3.10.0" />
53 </plugin>
qiaoweiaa6f1f62019-08-07 10:26:16 +080054 <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
55 <plugin name="cordova-plugin-disable-ios11-statusbar" spec="~1.0.0" />
56 <plugin name="cordova-plugin-qrscanner" spec="^3.0.1" />
57 <plugin name="cordova-plugin-camera" spec="~4.0.3" />
58 <plugin name="cordova-plugin-inappbrowser" spec="~3.0.0" />
59 <plugin name="cordova-plugin-device" spec="~2.0.2" />
60 <plugin name="cordova-plugin-themeablebrowser" spec="~0.2.17" />
qiaoweif044a742019-07-10 16:04:20 +080061</widget>