fix: Add default Bluetooth permission strings (#26730)

This commit is contained in:
PalmerAL 2020-12-01 13:34:39 -06:00 committed by GitHub
parent 6c5f7a6e86
commit cdcee04bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>