From 775bf2d08b8a7a9f22d445b77106ce67d0c75fc0 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 29 一月 2021 11:22:29 +0800 Subject: [PATCH] 2021-01-29 1.增加萤石云功能相关库和资源文件,目前有冲突还无法编译 --- HDL-ON_iOS/Info.plist | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 961dac5..be3f0d8 100755 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -46,7 +46,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> - <string>9.1</string> + <string>13.0</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -61,6 +61,10 @@ <string>App wants to access your camera to set the background picture of the room</string> <key>NSPhotoLibraryUsageDescription</key> <string>App wants to access your photo library to set the background image of the room</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>App wants to access your photo library to set the background image of the room</string> + <key>NSMicrophoneUsageDescription</key> + <string>APP wants to use the phone's microphone for voice intercom</string> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> -- Gitblit v1.8.0