From fd3c74df4d30a88d490d0c5b469df821f1bb2d78 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期二, 04 八月 2020 14:53:25 +0800
Subject: [PATCH] 更换新接口之前的备份

---
 ZigbeeApp/Home.Ios/Info.plist |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist
index 16a3e1d..97f150a 100755
--- a/ZigbeeApp/Home.Ios/Info.plist
+++ b/ZigbeeApp/Home.Ios/Info.plist
@@ -54,11 +54,15 @@
 	<key>aps-environment</key>
 	<string>development</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.20042601</string>
+	<string>1.1.0120072301</string>
 	<key>CFBundleVersion</key>
-	<string>2</string>
+	<string>2020072301</string>
 	<key>CFBundleURLTypes</key>
 	<array>
+		<dict>
+			<key>CFBundleURLName</key>
+			<string>xiaoduapp</string>
+		</dict>
 		<dict>
 			<key>CFBundleURLName</key>
 			<string>weixin</string>
@@ -70,6 +74,7 @@
 	</array>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
+		<string>xiaoduapp</string>
 		<string>weixin</string>
 		<string>weixinULAPI</string>
 	</array>
@@ -80,5 +85,7 @@
 		<string>location</string>
 		<string>remote-notification</string>
 	</array>
+	<key>NSMicrophoneUsageDescription</key>
+	<string>闇�瑕佷娇鐢ㄩ害鍏嬮锛岀敤浜庡彲瑙嗗璁�</string>
 </dict>
 </plist>

--
Gitblit v1.8.0