From 24262d16a0d6e3b7d07486d03ab77e607e1847c3 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期一, 21 十二月 2020 14:22:26 +0800
Subject: [PATCH] 增加获取Bug列表的功能

---
 HDL-ON_iOS/Info.plist |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist
index 9c75308..86a46dc 100755
--- a/HDL-ON_iOS/Info.plist
+++ b/HDL-ON_iOS/Info.plist
@@ -96,9 +96,9 @@
 	<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>
@@ -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