StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
191 stars 5 forks source link

component cannot be opened in OS Monterey 12.6.5 #57

Closed notebynote closed 1 year ago

notebynote commented 1 year ago

"gRainbow.component" cannot be opened because Apple cannot search for malware in it.

bboettcher3 commented 1 year ago

Yup, I'll get around to code signing things at some point, I just have to pull the trigger on the Mac developer license. One user gave these terminal commands to get around the malware check (from #56):

sudo xattr -rd com.apple.quarantine
sudo codesign -fs -
notebynote commented 1 year ago

Hi Brady, thanks, but as I do not know if this command is any harmful for my system I will not use it :D I wait until your component will run on Monterey and above.

cheers, Thomas

Am Mo., 5. Juni 2023 um 17:32 Uhr schrieb Brady Boettcher < @.***>:

Yup, I'll get around to code signing things at some point, I just have to pull the trigger on the Mac developer license. One user gave these terminal commands to get around the malware check:

sudo xattr -rd com.apple.quarantine sudo codesign -fs -

— Reply to this email directly, view it on GitHub https://github.com/bboettcher3/gRainbow/issues/57#issuecomment-1577025422, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFMSF375XTUBCYC23RAAFALXJX3XJANCNFSM6AAAAAAYZ4COOE . You are receiving this because you authored the thread.Message ID: @.***>

bboettcher3 commented 1 year ago

Closing this as there is a workaround to get working until I get around to code signing:

sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/VST3/gRainbow.vst3