You might be right. I know it's possible to notarize a zip file, but as the end-user would only be unzipping and then dragging the plugin into the appropriate folder, the notarization might be redundant. Perhaps I need to work on making an installer then!As far as I know, notarization is actually only required for apps, and does not truly works for plug-ins.
Thanks, that's a good point. Would you mind sharing your process for dmg creation, specifically how to create a link to the end-user's ~/Library/Audio/Plug-Ins/Components folder? I know how to make the dmg, but I haven't been able to make a generic alias for them to drag 'n drop the plugin file into the right place.After sucessful .dmg notarization I also do "staple", like this:
xcrun stapler staple -q "${DMG_FULL_PATH}"