From b88f0d4dd35615302186c0c238d1b61825a74892 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 23 二月 2022 11:04:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into release0123 --- HDL-ON_iOS/Info.plist | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 409a303..63b2bdc 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -100,9 +100,9 @@ <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> - <string>1.4.302112152</string> + <string>1.5.402202171</string> <key>CFBundleVersion</key> - <string>1.4.12151</string> + <string>1.5.402171</string> <key>NSLocationWhenInUseUsageDescription</key> <string>Use geographic location to provide services such as weather</string> <key>NSAppleMusicUsageDescription</key> @@ -120,6 +120,7 @@ <key>UIBackgroundModes</key> <array> <string>audio</string> + <string>location</string> <string>voip</string> <string>remote-notification</string> </array> -- Gitblit v1.8.0