Add new permission requests as required by iOS 14
parent
30190b1b06
commit
671c7ccbbe
|
|
@ -37,6 +37,13 @@
|
|||
<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>NSLocalNetworkUsageDescription</key>
|
||||
<string>Nymea:app will connect to nymea systems in the local network and allow controlling smart home equipment.</string>
|
||||
<key>NSBonjourServices</key>
|
||||
<array>
|
||||
<string>_jsonrpc._tcp</string>
|
||||
<string>_ws._tcp</string>
|
||||
</array>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>XSAppIconAssets</key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue