qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 1 | <?xml version='1.0' encoding='utf-8'?> |
qiaowei | 8055aa7 | 2019-12-05 11:40:00 +0800 | [diff] [blame] | 2 | <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"> |
qiaowei | 536998e | 2019-07-10 16:15:24 +0800 | [diff] [blame] | 3 | <name short="大理市民卡">dlapp</name> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 4 | <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> |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame] | 10 | <preference name="AutoHideSplashScreen" value="true" /> |
| 11 | <preference name="SplashScreenDelay" value="0" /> |
qiaowei | 60c27e4 | 2019-07-11 16:43:54 +0800 | [diff] [blame] | 12 | <preference name="SplashShowOnlyFirstTime" value="true" /> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 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:*" /> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 21 | <allow-navigation href="http://*/*" /> |
| 22 | <allow-navigation href="https://*/*" /> |
| 23 | <allow-navigation href="data:*" /> |
| 24 | <access origin="http://ip*" /> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 25 | <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" /> |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame] | 30 | <preference name="BackupWebStorage" value="local" /> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame] | 31 | <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" /> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 32 | <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> |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame] | 42 | <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription"> |
| 43 | <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string> |
| 44 | </edit-config> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame] | 45 | <edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription"> |
| 46 | <string>APP需要使用您的相册权限,没有该权限将无法完成扫一扫功能</string> |
| 47 | </edit-config> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame] | 48 | <feature name="CDVWKWebViewEngine"> |
qiaowei | c5a87f7 | 2020-03-27 12:40:19 +0800 | [diff] [blame] | 49 | <param name="ios-package" value="CDVWKWebViewEngine" /> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame] | 50 | </feature> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 51 | <plugin name="cordova-plugin-touch-id" spec="~3.3.1"> |
| 52 | <variable name="FACEID_USAGE_DESCRIPTION" value=" " /> |
| 53 | </plugin> |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame] | 54 | <plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 55 | <plugin name="cordova-plugin-advanced-http" spec="~2.1.1"> |
| 56 | <variable name="OKHTTP_VERSION" value="3.10.0" /> |
| 57 | </plugin> |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame] | 58 | <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" /> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame] | 65 | <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> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 69 | </widget> |