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 access(what: str, verb: str = 'would like to access') -> str:
|
|||
# Security
|
||||
NSAppleEventsUsageDescription=access('AppleScript.'),
|
||||
NSSystemAdministrationUsageDescription=access('elevated privileges.', 'requires'),
|
||||
NSBluetoothAlwaysUsageDescription=access('Bluetooth.'),
|
||||
# Speech
|
||||
NSSpeechRecognitionUsageDescription=access('speech recognition.'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue