blob: b65771383ae77d1f824f1997d93c930b568a8399 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001<?xml version='1.0' encoding='utf-8'?>
qiaoweie82a1f82019-09-26 17:45:32 +08002<widget id="com.dalicitycard.app" version="1.0.5" 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" />
qiaowei22e23f82019-09-26 11:15:57 +080031 <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
qiaoweif044a742019-07-10 16:04:20 +080032 <platform name="android">
33 <allow-intent href="market:*" />
34 </platform>
35 <platform name="ios">
36 <allow-intent href="itms:*" />
37 <allow-intent href="itms-apps:*" />
38 </platform>
39 <feature name="TouchID">
40 <param name="ios-package" value="TouchID" />
41 </feature>
qiaoweiaa6f1f62019-08-07 10:26:16 +080042 <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
43 <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
44 </edit-config>
qiaowei22e23f82019-09-26 11:15:57 +080045 <edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
46 <string>APP需要使用您的相册权限,没有该权限将无法完成扫一扫功能</string>
47 </edit-config>
48
49 <feature name="CDVWKWebViewEngine">
50 <param name="ios-package" value="CDVWKWebViewEngine" />
51 </feature>
52
qiaoweif044a742019-07-10 16:04:20 +080053 <plugin name="cordova-plugin-fingerprint-aio" spec="~1.7.0">
54 <variable name="FACEID_USAGE_DESCRIPTION" value="认证中..." />
55 </plugin>
56 <plugin name="cordova-plugin-touch-id" spec="~3.3.1">
57 <variable name="FACEID_USAGE_DESCRIPTION" value=" " />
58 </plugin>
qiaoweiaa6f1f62019-08-07 10:26:16 +080059 <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
qiaoweif044a742019-07-10 16:04:20 +080060 <plugin name="cordova-plugin-advanced-http" spec="~2.1.1">
61 <variable name="OKHTTP_VERSION" value="3.10.0" />
62 </plugin>
qiaoweiaa6f1f62019-08-07 10:26:16 +080063 <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
64 <plugin name="cordova-plugin-disable-ios11-statusbar" spec="~1.0.0" />
65 <plugin name="cordova-plugin-qrscanner" spec="^3.0.1" />
66 <plugin name="cordova-plugin-camera" spec="~4.0.3" />
67 <plugin name="cordova-plugin-inappbrowser" spec="~3.0.0" />
68 <plugin name="cordova-plugin-device" spec="~2.0.2" />
69 <plugin name="cordova-plugin-themeablebrowser" spec="~0.2.17" />
qiaowei22e23f82019-09-26 11:15:57 +080070 <plugin name="jpush-phonegap-plugin" spec="~3.7.2">
71 <variable name="APP_KEY" value="d644d997f2cab0551ff704a3" />
72 <variable name="CHANNEL" value="developer-default" />
73 </plugin>
qiaoweif044a742019-07-10 16:04:20 +080074</widget>