Merge PR #246: Include NSBluetoothAlwaysUsageDescription in Info.plist

This commit is contained in:
Simon Stürz 2019-09-27 12:43:50 +02:00
commit 70794dc3b5

View File

@ -37,6 +37,8 @@
</array>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Nymea boxes can be connected to WiFi using a Bluetooth setup. Also, this app can connect to nymea boxes using Bluetooth only, without requiring WiFi at all.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Nymea boxes can be connected to WiFi using a Bluetooth setup. Also, this app can connect to nymea boxes using Bluetooth only, without requiring WiFi at all.</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>