| <?xml version='1.0' encoding='utf-8'?> |
| <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"> |
| <name>dlapp</name> |
| <description> |
| A sample Apache Cordova application that responds to the deviceready event. |
| </description> |
| <author email="dev@cordova.apache.org" href="http://cordova.io"> |
| Apache Cordova Team |
| </author> |
| <preference name="AutoHideSplashScreen" value="true" /> |
| <preference name="SplashScreenDelay" value="0"/> |
| |
| <content src="index.html" /> |
| <access origin="*" /> |
| <allow-intent href="http://*/*" /> |
| <allow-intent href="https://*/*" /> |
| <allow-intent href="tel:*" /> |
| <allow-intent href="sms:*" /> |
| <allow-intent href="mailto:*" /> |
| <allow-intent href="geo:*" /> |
| |
| <allow-navigation href="http://*/*" /> |
| <allow-navigation href="https://*/*" /> |
| <allow-navigation href="data:*" /> |
| <access origin="http://ip*" /> |
| |
| <preference name="ErrorUrl" value="error.html" /> |
| <preference name="Orientation" value="portrait" /> |
| <preference name="UseSwiftLanguageVersion" value="4.0" /> |
| <preference name="DisallowOverscroll" value="true" /> |
| <preference name="UIWebViewBounce" value="false" /> |
| <preference name="BackupWebStorage" value="local"/> |
| |
| <platform name="android"> |
| <allow-intent href="market:*" /> |
| </platform> |
| <platform name="ios"> |
| <allow-intent href="itms:*" /> |
| <allow-intent href="itms-apps:*" /> |
| </platform> |
| <feature name="TouchID"> |
| <param name="ios-package" value="TouchID" /> |
| </feature> |
| <plugin name="cordova-plugin-fingerprint-aio" spec="~1.7.0"> |
| <variable name="FACEID_USAGE_DESCRIPTION" value="认证中..." /> |
| </plugin> |
| <plugin name="cordova-plugin-touch-id" spec="~3.3.1"> |
| <variable name="FACEID_USAGE_DESCRIPTION" value=" " /> |
| </plugin> |
| <plugin name="cordova-plugin-whitelist" spec="1" /> |
| <plugin name="cordova-plugin-advanced-http" spec="~2.1.1"> |
| <variable name="OKHTTP_VERSION" value="3.10.0" /> |
| </plugin> |
| |
| <plugin name="cordova-plugin-statusbar" spec="~2.4.2" /> |
| <edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge"> |
| <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string> |
| </edit-config> |
| </widget> |