blob: b0a0bfab0ed26ba0215ca3f4fe71cac1f0459129 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001<?xml version='1.0' encoding='utf-8'?>
qiaowei22e23f82019-09-26 11:15:57 +08002<widget id="com.dalicitycard.app" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
qiaowei60c27e42019-07-11 16:43:54 +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>
10 <content src="index.html" />
11 <access origin="*" />
12 <allow-intent href="http://*/*" />
13 <allow-intent href="https://*/*" />
14 <allow-intent href="tel:*" />
15 <allow-intent href="sms:*" />
16 <allow-intent href="mailto:*" />
17 <allow-intent href="geo:*" />
18 <allow-navigation href="http://*/*" />
19 <allow-navigation href="https://*/*" />
20 <allow-navigation href="data:*" />
21 <access origin="http://ip*" />
22 <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
23 <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
24 </edit-config>
qiaowei22e23f82019-09-26 11:15:57 +080025 <edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
26 <string>APP需要使用您的相册权限,没有该权限将无法完成扫一扫功能</string>
27 </edit-config>
qiaoweif044a742019-07-10 16:04:20 +080028 <preference name="AutoHideSplashScreen" value="true" />
29 <preference name="SplashScreenDelay" value="0" />
qiaoweiaa6f1f62019-08-07 10:26:16 +080030 <preference name="SplashShowOnlyFirstTime" value="true" />
qiaoweif044a742019-07-10 16:04:20 +080031 <preference name="ErrorUrl" value="error.html" />
32 <preference name="Orientation" value="portrait" />
33 <preference name="UseSwiftLanguageVersion" value="4.0" />
34 <preference name="DisallowOverscroll" value="true" />
35 <preference name="UIWebViewBounce" value="false" />
36 <preference name="BackupWebStorage" value="local" />
37</widget>