so I have two questions, I'll try to keep it short (also, im a noob):
I run logic pro x and other software to make music, and some third party plugins make program crash if they get a:
Exception Type: EXC_BAD_ACCESS (Code Signature Invalid)
I can solve this problem by
codesign -f -s - (file)but I'd rather not. Is there a way to disable code signature check so it won't even give me an error and won't check it?
I assume the answer is no and therefore my second question:
I need to run
sudo codesign -f -s -on a.bundlefile that's inside aResourcefolder inside a.component(a package), and I have a lot of these to go through, for example:Plugin_2.component -> Resources -> **Plugin_2.bundle** Plugin_3.component -> Resources -> **Plugin_3.bundle**is there a way to make a command to do it automatically?
I was thinking maybe in automator? something to make it do these 2 steps:
- look for a
.bundlefile inside aResourcefolder in a package - run
sudo codesign -f -s -on it
Is that possible? maybe make it in automator and add it to Services in the right click menu? or to make it scan a whole folder with
.component?- look for a
Any help would be appreciated!
Thanks
library-validationflag which is what enforces the signature check on plugins. Once that flag is gone, plugins should no longer be validated.