diff --git a/build/mac/entitlements.plist b/build/mac/entitlements.plist index 350aa189b7..b5ce34419e 100644 --- a/build/mac/entitlements.plist +++ b/build/mac/entitlements.plist @@ -2,6 +2,10 @@ + com.apple.security.automation.apple-events + + com.apple.security.app-sandbox + com.apple.security.cs.allow-jit com.apple.security.cs.allow-unsigned-executable-memory diff --git a/electron-builder.yml b/electron-builder.yml index 8e6262d23d..12c12bcf42 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -60,6 +60,7 @@ mac: NSDownloadsFolderUsageDescription: "A subprocess requests access to the user's Downloads folder." NSNetworkVolumesUsageDescription: 'A subprocess requests access to files on a network volume.' NSRemovableVolumesUsageDescription: 'A subprocess requests access to files on a removable volume.' + NSAppleEventsUsageDescription: 'A subprocess requests permission to send AppleScript events to another application.' linux: category: "Utility;TerminalEmulator;System"