I wanted to share a plugin I made for beta testing. To avoid the “this developer is unverified” warning and have the plugin open without overriding any security settings, does it suffice to sign the plugin? (which you can do with free Apple Developer account).
Or do you have to notarize it as well? (which you need a paid Apple Developer account).
I saw the same question in another thread, but it didn’t have a direct answer.
You need to code-sign each plugin binary (to prove that it is created by you) and notarize the final container (to let Apple verify that it is free of malware).