From 34d49c20c2c2543658e844847c5eaa87f4c954e9 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 23 二月 2021 17:28:40 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into NewFilePath --- HDL-ON_iOS/Info.plist | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 1d42e1c..a59d3e6 100644 --- 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,12 @@ <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>NSLocalNetworkUsageDescription</key> + <string>APP wants to use local network access permissions for WiFi distribution.</string> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> -- Gitblit v1.8.0