From 320d7cc8feb394d0ce3db2ec1d01593b554d990f Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 23 十二月 2020 10:57:13 +0800
Subject: [PATCH] 2020-12-23 1.更新

---
 HDL-ON_iOS/Info.plist |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist
index 9c75308..94cea70 100755
--- a/HDL-ON_iOS/Info.plist
+++ b/HDL-ON_iOS/Info.plist
@@ -96,14 +96,14 @@
 	<key>UIStatusBarStyle</key>
 	<string>UIStatusBarStyleLightContent</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.202009282</string>
+	<string>1.0.202012201</string>
 	<key>CFBundleVersion</key>
-	<string>202009282</string>
+	<string>202012201</string>
 	<key>NSLocationWhenInUseUsageDescription</key>
 	<string>Use geographic location to provide services such as weather</string>
 	<key>NSAppleMusicUsageDescription</key>
 	<string>App needs to access your music library to connect to an external player to play music.</string>
-	<key>NSLocationAlwaysUsageDescription </key>
+	<key>NSLocationAlwaysUsageDescription</key>
 	<string>Use geographic location to provide services such as weather</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
@@ -119,5 +119,7 @@
 	</array>
 	<key>NSFaceIDUsageDescription</key>
 	<string>Need to use Face ID for unlock verification</string>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
 </dict>
 </plist>

--
Gitblit v1.8.0