From 1cc5270c3ec2f2fc7891fe1d71eddcbe9301c595 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 05 二月 2021 10:11:04 +0800
Subject: [PATCH] 2021-02-05 删除.DS_Store

---
 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