remove unnecessary permissions

This commit is contained in:
2026-03-21 15:06:40 -05:00
parent d7302856dc
commit 64f6024b4e

View File

@@ -26,21 +26,10 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>This app uses Bluetooth to provision BlindMaster devices for the first time.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>This app requires Bluetooth access.</string>
<key>NSBonjourServices</key>
<array>
<string>_dartvm._tcp</string>
</array>
<key>NSLocalNetworkUsageDescription</key>
<string>Allow the app to find and connect to the Dart VM for debugging purposes.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>