Apple team ID, code sign but ask for security to open the plugin
-
VST and AU:
Running: codesign --deep --force --timestamp --options runtime --sign "Developer ID Application: XXXXXXXXXXX" "/Library/Audio/Plug-Ins/Components/MyPlugin.component" --verbose /Library/Audio/Plug-Ins/Components/MyPlugin.component: replacing existing signature /Library/Audio/Plug-Ins/Components/MyPlugin.component: signed bundle with Mach-O universal (x86_64 arm64) [com.studio427audio.myplugin]And AAX:
Warning! This binary has an invalid existing platform digital signature. This situation could happen if you wrapped a binary that was already signed. Regardless, a new signature will be created now, using your specified credentials. -
@ustk
I see. Your command looks a little different from mine. I'll try it next time. Maybe it'll work for me then, too. Thanks a lot! :-) -
@Oli-Ullmann The
--forceflag overwrites any existing signature. -
@dannytaurus
Thanks for the info! :-) -
@Oli-Ullmann May the
--forcebe with you
-
@ustk
ha ha ha
-

-
@ustk @AchimR @dannytaurus @David-Healey @Oli-Ullmann @Lindon
Hi, everything works perfectly. However, I have an app that wont notarize. It is code signed, I have removed it and re signed it.
I did it for other apps, they have been notarize well.
The app version of the project should have its own bundle identifier? I have the same for the AU, VST, VST3 versions. The app version should have a different bundle ID or it's good if it's the same?
-
@Yannrog Every package needs a unique ID
-
@David-Healey ok thank you