Commit cfae6b3f authored by yuzheng's avatar yuzheng

更新readme的info.plist配置说明

parent f3688302
...@@ -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`
......
...@@ -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>
......
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