MacOS plugin security warnings: How to approve plugins en masse?

I’m a Mac idiot but I’ve got students using Mac. They boot the server with sc3-plugins installed and get like a hundred popups about permissions (because HOA makes a lot of scx files, I don’t know why it makes so many but there they are).

There’s some magic formula to fix all of them at once, but, I’m a Mac idiot, and got more students coming right now, so (and also for future readers)… what’s the trick?

Thanks.
hjh

This terminal command should sort out the popups on MacOS!

xattr -d -r com.apple.quarantine 'folder/path'

1 Like

Thanks! Will forward.

hjh