From 122dc4312c72b2d2aaa50a2adf84165f5600b99a Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 27 一月 2021 17:13:48 +0800 Subject: [PATCH] 2021-1-27-1 --- HDL-ON_iOS/Info.plist | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index d93bff3..961dac5 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.202012192</string> + <string>1.1.202101192</string> <key>CFBundleVersion</key> - <string>202012192</string> + <string>202101192</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> @@ -121,5 +121,9 @@ <string>Need to use Face ID for unlock verification</string> <key>CFBundleAllowMixedLocalizations</key> <true/> + <key>NSBluetoothPeripheralUsageDescription</key> + <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> + <key>NSBluetoothAlwaysUsageDescription</key> + <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> </dict> </plist> -- Gitblit v1.8.0