Automatization of CameraRaw plug-in (macOS)
Our workflow (running under macOS/OSX) requires that a picture is opened in Photoshop using the CameraRaw plug-in.
The current solution is using an AppleScript application (a script is not sufficient), which uses System Events UI scripting to open the file, and then "clicks" on the Open in Photoshop button. This kind of works, but is not really stable.
One issue is that this application needs to be added to the list of applications allowed to control the computer (in the Security & Privacy System Preference, Privacy tab, Accessibility list). This is an action, we do not want to force our users to do whenever there is an update.
By using an installer, it appears to be possible to do an entry into the database containing this list. However, it seems that this database is protected by Apple's SIP. This would still mean a manual interaction by the user.
It would be much more preferable if it were not necessary to have to rely on System Events UI scripting. Is there by chance any chance for a mechanism which would do the same as opening the image via CameraRaw plug-in, not needing System Events UI scripting? The most preferred would use a command line interface.
Thanks in advance for any advice.
