From 2c2e894e10cccd64da5daf8d03e0cba8f86da74c Mon Sep 17 00:00:00 2001 From: "Dmitriy.Panov" Date: Mon, 24 Oct 2022 18:55:48 +0200 Subject: [PATCH] IDEA-274616 IDE is blocked from executing AppleScript see https://developer.apple.com/documentation/bundleresources/information_property_list/nsappleeventsusagedescription GitOrigin-RevId: 3182fe53f6db09c32bbbf7e9c454d7dd6d77e5ea --- platform/build-scripts/resources/mac/Contents/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/build-scripts/resources/mac/Contents/Info.plist b/platform/build-scripts/resources/mac/Contents/Info.plist index b9e3bb6f3c6d..7fdfcb2d0e76 100644 --- a/platform/build-scripts/resources/mac/Contents/Info.plist +++ b/platform/build-scripts/resources/mac/Contents/Info.plist @@ -97,5 +97,7 @@ An application in @@bundle_name@@ requests access to files on a removable volume. NSBluetoothAlwaysUsageDescription An application in @@bundle_name@@ requests access to Bluetooth. + NSAppleEventsUsageDescription + An application in @@bundle_name@@ requests the ability to send Apple events.