Commit 974c3488 authored by JingChao's avatar JingChao

调整插件权限说明

parent e1776ed5
Pipeline #4226 canceled with stages
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.xcmg.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.xcmg.app.dev" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>徐工融租</name>
<description>
测试环境版
......
......@@ -112,7 +112,7 @@
<!--定位模式 TODO 设置为前后台永远定位-->
<!--NSLocationAlwaysUsageDescription / NSLocationWhenInUseUsageDescription-->
<config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
<string>$IOS_LOCATION_DESC</string>
<string>根据您当前的位置将自动选择最近的服务网点</string>
</config-file>
<!--API_KEY-->
......
......@@ -165,16 +165,16 @@
<framework src="AVFoundation.framework"/>
<config-file parent="NSCameraUsageDescription" target="*-Info.plist">
<string>我们将在拍照模块使用您的相机</string>
<string>我们会在上传用户信息,发送图片信息时需要使用到您的相机,方便更新您的用户信息</string>
</config-file>
<config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
<string>我们将在照片模块访问您的相册</string>
<string>我们会在上传用户信息,发送图片信息时需要使用到您的相册,方便更新您的用户信息</string>
</config-file>
<config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
<string>我们将在位置模块使用您的定位</string>
<string>根据您当前的位置将自动选择最近的服务网点</string>
</config-file>
<config-file parent="NSPhotoLibraryAddUsageDescription" target="*-Info.plist">
<string>我们将在照片模块访问您的相册</string>
<string>我们会在上传用户信息,发送图片信息时需要使用到您的相册,方便更新您的用户信息</string>
</config-file>
</platform>
......
......@@ -132,9 +132,9 @@
</feature>
</config-file>
<preference name="CONTACTS_USAGE_DESCRIPTION" default="我们将在通讯录模块读取您的联系人" />
<preference name="CONTACTS_USAGE_DESCRIPTION" default="我们将在通讯功能读取您的联系人,为你提供便捷服务" />
<config-file target="*-Info.plist" parent="NSContactsUsageDescription">
<string>$CONTACTS_USAGE_DESCRIPTION</string>
<string>我们将在通讯功能读取您的联系人,为你提供便捷服务</string>
</config-file>
<js-module src="www/ios/contacts.js" name="contacts-ios">
......
......@@ -112,11 +112,11 @@
<!--麦克风权限-->
<config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription">
<string>我们将在拍照模块使用您的麦克风</string>
<string>我们会在跟新用户信息,使用您的麦克风权限</string>
</config-file>
<!--相机使用权限-->
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>我们将在拍照模块使用您的相机</string>
<string>我们会在上传用户信息,发送图片信息时需要使用到您的相机,方便更新您的用户信息</string>
</config-file>
<!-- 图片资源 -->
......
......@@ -56,10 +56,10 @@
<resource-file src="src/ios/ELCImagePicker/Resources/Overlay@2x.png" />
<config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
<string>我们将在照片模块访问您的相册</string>
<string>我们会在上传用户信息,发送图片信息时需要使用到您的相册,方便更新您的用户信息</string>
</config-file>
<config-file parent="NSPhotoLibraryAddUsageDescription" target="*-Info.plist">
<string>我们将在照片模块访问您的相册</string>
<string>我们会在上传用户信息,发送图片信息时需要使用到您的相册,方便更新您的用户信息</string>
</config-file>
</platform>
......
......@@ -37,9 +37,9 @@
</config-file>
<!-- Usage description of Face ID for iOS 11+ -->
<preference name="FACEID_USAGE_DESCRIPTION" default="我们将在登录模块使用您的Touch ID" />
<preference name="FACEID_USAGE_DESCRIPTION" default="方便你进行便捷登录,将使用你的Touch ID ID" />
<config-file target="*-Info.plist" parent="NSFaceIDUsageDescription">
<string>我们将在登录模块使用您的Touch ID</string>
<string>方便你进行便捷登录,将使用你的Touch ID</string>
</config-file>
<framework src="LocalAuthentication.framework" />
......
File deleted
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"><meta name=format-detection content="telephone=no"><meta name=format-detection content="email=no"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><script type=text/javascript src=./static/vuePlatform.js></script><script type=text/javascript src=./static/prototype.js></script><script type=text/javascript src=cordova.js></script><script type=text/javascript src="http://api.map.baidu.com/api?v=2.0&ak=CyOWd7pmPurvZ0PERgxEOlAlifG0y7Sp"></script><title>徐工融租</title><link href=./static/css/app.306ad5d22c0ce6231ea7f632defd1375.css rel=stylesheet></head><body><div id=app-box></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.efd596b798e6119ce4a4.js></script><script type=text/javascript src=./static/js/app.04ef20cd5c225aadd640.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"><meta name=format-detection content="telephone=no"><meta name=format-detection content="email=no"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><script type=text/javascript src=./static/vuePlatform.js></script><script type=text/javascript src=./static/prototype.js></script><script type=text/javascript src=cordova.js></script><script type=text/javascript src="http://api.map.baidu.com/api?v=2.0&ak=CyOWd7pmPurvZ0PERgxEOlAlifG0y7Sp"></script><title>徐工融租</title><link href=./static/css/app.2cb3a4213d1f697420ffc08898e3ddfc.css rel=stylesheet></head><body><div id=app-box></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.b8d844a40484f981e78e.js></script><script type=text/javascript src=./static/js/app.4cfae4e2dcade1b7908e.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment