From 16b65f9019f8df3b154ab835b92879ca618be1c3 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 03 二月 2021 16:28:10 +0800 Subject: [PATCH] 2021-02-03 1.增加丰林可视对讲测试验证 --- HDL-ON_iOS/Info.plist | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index be3f0d8..3e65c9c 100755 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -65,6 +65,8 @@ <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