Handle request bluetooth permission

This commit is contained in:
2026-05-25 10:18:56 +07:00
parent 66fe3be32f
commit 31ea6be8cd
14 changed files with 426 additions and 9 deletions
+6
View File
@@ -18,5 +18,11 @@
</dict>
</dict>
</dict>
<!-- Bluetooth permission-->
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app requires Bluetooth to connect and manage Torque devices.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app requires Bluetooth to connect and manage Torque devices.</string>
</dict>
</plist>