Turn off automatic codesigning on mac

I have migrated from JUCE 6 to the new version 7. The problem is that now it automatically codesigns the plugins when compiling and takes any data. I already had a script to do this. Is there a way to disable codesigning of the plugins from projucer when compiling with Xcode?

Thanks

maybe helpful: I use the codesign -f (--force) option in my scripts, to replace existing signatures

1 Like

Thanks, that works for me.