Browse Source

fix: Add default Bluetooth permission strings (#26730)

PalmerAL 4 years ago
parent
commit
cdcee04bbe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      shell/browser/resources/mac/Info.plist

+ 4 - 0
shell/browser/resources/mac/Info.plist

@@ -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>