From dda5771ccdf6175cc026d3dc818604fa828df72a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 18 Sep 2023 22:31:52 +0530 Subject: [PATCH] Yet another stupid entry in Info.plist for Apple's security theatre Fixes #6632 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5d866c993..0350c0631 100755 --- a/setup.py +++ b/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.'), )