This script doesn't work on MacOS unless your plugin is literally named 'vst'. Most DAWs won't report an error directly and fail silently, but those that do print the error to console Cannot find executable for CFBundle.
I found changing the name of the CFBundleExecutable key to the binary name fixed the problem.
This script doesn't work on MacOS unless your plugin is literally named 'vst'. Most DAWs won't report an error directly and fail silently, but those that do print the error to console
Cannot find executable for CFBundle
.I found changing the name of the CFBundleExecutable key to the binary name fixed the problem.