fix: Add default Bluetooth permission strings (#26769)

Co-authored-by: PalmerAL <PalmerAL@users.noreply.github.com>
This commit is contained in:
trop[bot]
2020-12-01 15:02:12 -08:00
committed by GitHub
parent 36163af228
commit 2a8961b52f

View File

@@ -40,5 +40,9 @@
<string>This app needs access to the microphone</string>
<key>NSCameraUsageDescription</key>
<string>This app needs access to the camera</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>This app needs access to Bluetooth</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>This app needs access to Bluetooth</string>
</dict>
</plist>