From c90de55be7a33e196029c1f4a1bb7f84ea449f29 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 02 二月 2021 10:39:11 +0800
Subject: [PATCH] 2021-02-01 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&apos;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