fix(ios): ios bluetooth permission

This commit is contained in:
2026-04-28 17:25:06 +02:00
parent 84e026de52
commit 1f5ec5ebb2

View File

@ -26,6 +26,10 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>This app uses Bluetooth to find and connect to nearby abawo devices.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>This app uses Bluetooth to find and connect to nearby abawo devices.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>