diff options
author | Giacomo Battaglia <66565007+g-battaglia@users.noreply.github.com> | 2024-05-07 19:18:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 21:18:33 +0400 |
commit | 7077a5f4cb5d23ce91a0509f7fae423458698170 (patch) | |
tree | e6499aed790a86dec4f5990f48241c73b3f5b721 | |
parent | a21adf1a5073329501cca7dccd8a9f7d7baecc88 (diff) | |
download | alacritty-7077a5f4cb5d23ce91a0509f7fae423458698170.tar.gz alacritty-7077a5f4cb5d23ce91a0509f7fae423458698170.zip |
Allow requesting Bluetooth permission on macOS
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index e7afebcb..e402e372 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -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> |