IDEA-274616 IDE is blocked from executing AppleScript

see https://developer.apple.com/documentation/bundleresources/information_property_list/nsappleeventsusagedescription

GitOrigin-RevId: 3182fe53f6db09c32bbbf7e9c454d7dd6d77e5ea
This commit is contained in:
Dmitriy.Panov
2022-11-09 10:52:42 +00:00
committed by intellij-monorepo-bot
parent fda2e6e87a
commit 2c2e894e10
@@ -97,5 +97,7 @@
<string>An application in @@bundle_name@@ requests access to files on a removable volume.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>An application in @@bundle_name@@ requests access to Bluetooth.</string>
<key>NSAppleEventsUsageDescription</key>
<string>An application in @@bundle_name@@ requests the ability to send Apple events.</string>
</dict>
</plist>