blob: 6283731d3447b27ba6da4048e193991f1535e8d8 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001<?xml version='1.0' encoding='utf-8'?>
qiaowei8055aa72019-12-05 11:40:00 +08002<widget id="com.dalicitycard.app" version="1.0.6" 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>
qiaowei22e23f82019-09-26 11:15:57 +080048 <feature name="CDVWKWebViewEngine">
qiaoweic5a87f72020-03-27 12:40:19 +080049 <param name="ios-package" value="CDVWKWebViewEngine" />
qiaowei22e23f82019-09-26 11:15:57 +080050 </feature>
qiaoweif044a742019-07-10 16:04:20 +080051 <plugin name="cordova-plugin-touch-id" spec="~3.3.1">
52 <variable name="FACEID_USAGE_DESCRIPTION" value=" " />
53 </plugin>
qiaoweiaa6f1f62019-08-07 10:26:16 +080054 <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
qiaoweif044a742019-07-10 16:04:20 +080055 <plugin name="cordova-plugin-advanced-http" spec="~2.1.1">
56 <variable name="OKHTTP_VERSION" value="3.10.0" />
57 </plugin>
qiaoweiaa6f1f62019-08-07 10:26:16 +080058 <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
59 <plugin name="cordova-plugin-disable-ios11-statusbar" spec="~1.0.0" />
60 <plugin name="cordova-plugin-qrscanner" spec="^3.0.1" />
61 <plugin name="cordova-plugin-camera" spec="~4.0.3" />
62 <plugin name="cordova-plugin-inappbrowser" spec="~3.0.0" />
63 <plugin name="cordova-plugin-device" spec="~2.0.2" />
64 <plugin name="cordova-plugin-themeablebrowser" spec="~0.2.17" />
qiaowei22e23f82019-09-26 11:15:57 +080065 <plugin name="jpush-phonegap-plugin" spec="~3.7.2">
66 <variable name="APP_KEY" value="d644d997f2cab0551ff704a3" />
67 <variable name="CHANNEL" value="developer-default" />
68 </plugin>
qiaoweif044a742019-07-10 16:04:20 +080069</widget>