Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dz_TZImagePickerController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuijing
dz_TZImagePickerController
Commits
cfae6b3f
Commit
cfae6b3f
authored
Mar 30, 2019
by
yuzheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新readme的info.plist配置说明
parent
f3688302
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+1
-0
TZImagePickerController/Info.plist
TZImagePickerController/Info.plist
+2
-0
No files found.
README.md
View file @
cfae6b3f
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
TZImagePickerController uses Camera、Location、Microphone、Photo Library,you need add these properties to info.plist like Demo:
TZImagePickerController uses Camera、Location、Microphone、Photo Library,you need add these properties to info.plist like Demo:
TZImagePickerController使用了相机、定位、麦克风、相册,请参考Demo添加下列属性到info.plist文件:
TZImagePickerController使用了相机、定位、麦克风、相册,请参考Demo添加下列属性到info.plist文件:
`Privacy - Camera Usage Description`
`Privacy - Camera Usage Description`
`Privacy - Location Usage Description`
`Privacy - Location When In Use Usage Description`
`Privacy - Location When In Use Usage Description`
`Privacy - Microphone Usage Description`
`Privacy - Microphone Usage Description`
`Privacy - Photo Library Usage Description`
`Privacy - Photo Library Usage Description`
...
...
TZImagePickerController/Info.plist
View file @
cfae6b3f
...
@@ -24,6 +24,8 @@
...
@@ -24,6 +24,8 @@
<true/>
<true/>
<key>
NSCameraUsageDescription
</key>
<key>
NSCameraUsageDescription
</key>
<string>
访问相机以拍照
</string>
<string>
访问相机以拍照
</string>
<key>
NSLocationUsageDescription
</key>
<string>
允许定位以把位置保存到照片中
</string>
<key>
NSLocationWhenInUseUsageDescription
</key>
<key>
NSLocationWhenInUseUsageDescription
</key>
<string>
允许定位以把位置保存到照片中
</string>
<string>
允许定位以把位置保存到照片中
</string>
<key>
NSMicrophoneUsageDescription
</key>
<key>
NSMicrophoneUsageDescription
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment