-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
93 lines (93 loc) · 5.36 KB
/
config.xml
File metadata and controls
93 lines (93 loc) · 5.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="2" id="com.suxianginvestment.crm01" ios-CFBundleVersion="2" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>财智滙</name>
<description>
An App
</description>
<author email="zhuangyinping@shuyun365.com" href="http://www.techlab.ai/">
Shuyun
</author>
<preference name="StatusBarStyle" value="styleDefault" />
<preference name="DisallowOverscroll" value="true" />
<preference name="target-device" value="handset" />
<preference name="deployment-target" value="9.0" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="25" />
<preference name="Orientation" value="portrait" />
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<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:*" />
<platform name="android">
<hook src="hooks/android/cp_scanner_dep.sh" type="before_prepare" />
<allow-intent href="market:*" />
<icon density="mdpi" src="res/icon/android/icon-48-mdpi.png" />
<icon density="hdpi" src="res/icon/android/icon-72-hdpi.png" />
<icon density="xhdpi" src="res/icon/android/icon-36-ldpi.png" />
<icon density="xhdpi" src="res/icon/android/icon-96-xhdpi.png" />
<icon density="xxhdpi" src="res/icon/android/icon-144-xxhdpi.png" />
<icon density="xxxhdpi" src="res/icon/android/icon-192-xxxhdpi.png" />
<splash density="port-xxxhdpi" src="res/screen/android/screen-xxxhdpi-portrait.png" />
</platform>
<platform name="ios">
<icon height="57" src="res/icon/ios/icon-57.png" width="57" />
<icon height="114" src="res/icon/ios/icon-57-2x.png" width="114" />
<icon height="120" src="res/icon/ios/icon-60-2x.png" width="120" />
<icon height="180" src="res/icon/ios/icon-60-3x.png" width="180" />
<icon height="72" src="res/icon/ios/icon-72.png" width="72" />
<icon height="144" src="res/icon/ios/icon-72-2x.png" width="144" />
<icon height="20" src="res/icon/ios/icon-20.png" width="20" />
<icon height="40" src="res/icon/ios/icon-20-2x.png" width="40" />
<icon height="60" src="res/icon/ios/icon-20-3x.png" width="60" />
<icon height="29" src="res/icon/ios/icon-29.png" width="29" />
<icon height="58" src="res/icon/ios/icon-29-2x.png" width="58" />
<icon height="87" src="res/icon/ios/icon-29-3x.png" width="87" />
<icon height="40" src="res/icon/ios/icon-40.png" width="40" />
<icon height="80" src="res/icon/ios/icon-40-2x.png" width="80" />
<icon height="76" src="res/icon/ios/icon-76.png" width="76" />
<icon height="152" src="res/icon/ios/icon-76-2x.png" width="152" />
<icon height="50" src="res/icon/ios/icon-50.png" width="50" />
<icon height="100" src="res/icon/ios/icon-50-2x.png" width="100" />
<icon height="167" src="res/icon/ios/icon-83.5-2x.png" width="167" />
<icon height="1024" src="res/icon/ios/icon-1024.png" width="1024" />
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
</platform>
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>如果不允许,你将无法拍摄照片和视频。</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
<string>如果不允许,你将无法从相册中选择照片。</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>如果不允许,你将无法使用基于位置的服务,我们无法使用这些位置信息在你注册或登录时保障你的账户安全。</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryAddUsageDescription">
<string>如果不允许,你将无法保存照片到相册。</string>
</edit-config>
<config-file overwrite="true" parent="CFBundleDevelopmentRegion" platform="ios" target="*-Info.plist">
<string>China</string>
</config-file>
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
<plugin name="shuyunqrcodescanner" spec="^1.1.19">
<variable name="CAMERA_USAGE_DESCRIPTION" value="如果不允许,你将无法拍摄照片和视频。" />
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="如果不允许,你将无法从相册中选择照片。" />
</plugin>
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-camera" spec="^4.0.3" />
<plugin name="skwas-cordova-plugin-appinfo" spec="^1.0.1" />
<plugin name="cordova-plugin-yun-wechat" spec="^1.0.3">
<variable name="WECHATAPPID" value="wxbcf485d995856d37" />
</plugin>
<plugin name="cordova-plugin-qqsdk" spec="^0.9.7">
<variable name="QQ_APP_ID" value="1107854132" />
</plugin>
<engine name="browser" spec="^5.0.3" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^7.1.0" />
</widget>