Skip to content

Commit

Permalink
fix: Add default Bluetooth permission strings (#26730)
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Dec 1, 2020
1 parent 6c5f7a6 commit cdcee04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/browser/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit cdcee04

Please sign in to comment.