This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
On latest macOS, the AppleScript dialogs do not show, blocked by Apple's security measures #77
Open
Description
On latest macOS, the AppleScript dialogs (missing Java, wrong Java, etc.) do not show. They are blocked by Apple's security measures:
After confirming with "OK", the dialog is shown.
For normal users however, this sounds like the App need access to Files and Documents via "System Events.app", althought the App doesn't.
It's really just the osascript
call to show a warning.
Does anyone have an advice whether there's a simple solution to make the AppleScript dialogs work again without this security dialog?