Instruction

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1.

Install Neutron 4
2. Replace AU and VST3 K'd
3. Codesign em all
sudo xattr -cr
sudo xattr -r -d com.apple.quarantine
sudo codesign --force --deep --sign -
4. Enjoy

Reference Code for codesign


sudo xattr -cr /Library/Audio/Plug-Ins/Components/iZVocalSynth2AUHook.component
sudo xattr -cr /Library/Audio/Plug-Ins/VST/VocalSynth\ 2.vst
sudo xattr -cr /Library/Audio/Plug-Ins/VST3/VocalSynth\ 2.vst3

sudo xattr -r -d com.apple.quarantine


/Library/Audio/Plug-Ins/Components/iZVocalSynth2AUHook.component
sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/VST/VocalSynth\ 2.vst
sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/VST3/VocalSynth\
2.vst3

sudo codesign --force --deep --sign -


/Library/Audio/Plug-Ins/Components/iZVocalSynth2AUHook.component
sudo codesign --force --deep --sign - /Library/Audio/Plug-Ins/VST/VocalSynth\ 2.vst
sudo codesign --force --deep --sign - /Library/Audio/Plug-Ins/VST3/VocalSynth\
2.vst3

You might also like