mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Yet another stupid entry in Info.plist for Apple's security theatre
Fixes #6632
This commit is contained in:
parent
65c777e335
commit
dda5771ccd
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -1383,6 +1383,7 @@ def macos_info_plist() -> bytes:
|
|||
# Security
|
||||
NSAppleEventsUsageDescription=access('AppleScript.'),
|
||||
NSSystemAdministrationUsageDescription=access('elevated privileges.', 'requires'),
|
||||
NSBluetoothAlwaysUsageDescription=access('Bluetooth.'),
|
||||
# Speech
|
||||
NSSpeechRecognitionUsageDescription=access('speech recognition.'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue