univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
588 stars 57 forks source link

spectralizer.so cannot be open because developer cannot be verified.. #17

Closed gateway closed 3 years ago

gateway commented 4 years ago

Just tried this on my mac running 10.15.3

image

any thoughts?

univrsal commented 4 years ago

Does that happen when you run obs studio?

gateway commented 4 years ago

Yep.. as soon as I run, this pops up.. i hit cancel but it doesn't load the plugin

univrsal commented 4 years ago

Well that's problematic. I have absolutely no experience with macOS outside porting the plugin to it so I'm not going to be of much help here. I only know that this warning can be disabled for apps by following these instructions: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac But I don't know if they work for something like the plugin since it's not a real application

nittanygeek commented 4 years ago

Go to System Preferences > Security and Privacy, and under the General Tab, you should see a button to "Allow Anyways" for the spectralizer verification.

x-stefan commented 4 years ago

You can remove the quarantine with sudo xattr -d com.apple.quarantine pathtoplugin/bin/spectralizer.so as well.

voxxit commented 3 years ago

@x-stefan Yeah, I will make a pull request with that change to the install-mac.sh script. Assuming the maintainers can't sign their code correctly...

edit: DONE! :)

univrsal commented 3 years ago

Assuming the maintainers can't sign their code correctly...

It's not about whether I can, it's about whether I want to fork out 100 dollars a year to a company I don't like, regardless I appreciate the contribution.