Add ios loation permission declaration

The PlatformPermissions class allows requesting the location
permission, but the app actually never will do so at this point.

Apple still requires this permission string tho...
This commit is contained in:
Michael Zanetti 2022-11-28 16:25:32 +01:00
parent 86d3000fcd
commit 64dcdc25f7

View File

@ -34,11 +34,13 @@
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>
<key>NSBluetoothPeripheralUsageDescription</key> <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> <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> <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> <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> <key>NSLocalNetworkUsageDescription</key>
<string>Nymea:app will connect to nymea systems in the local network and allow controlling smart home equipment.</string> <string>nymea:app will connect to nymea systems in the local network and allow controlling smart home equipment.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>nymea:app is not using the device location at this point.</string>
<key>NSBonjourServices</key> <key>NSBonjourServices</key>
<array> <array>
<string>_jsonrpc._tcp</string> <string>_jsonrpc._tcp</string>