Skip to content

Commit

Permalink
Allow requesting Bluetooth permission on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
g-battaglia committed May 7, 2024
1 parent a21adf1 commit 7077a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extra/osx/Alacritty.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@
<string>An application in Alacritty would like to access your reminders.</string>
<key>NSSystemAdministrationUsageDescription</key>
<string>An application in Alacritty requires elevated permissions.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>An application in Alacritty wants to use Bluetooth.</string>
</dict>
</plist>

0 comments on commit 7077a5f

Please sign in to comment.