Skip to content

Instantly share code, notes, and snippets.

@oclero
Created July 1, 2023 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oclero/5ae2434396c625dc0b31e89f1248ae6a to your computer and use it in GitHub Desktop.
Save oclero/5ae2434396c625dc0b31e89f1248ae6a to your computer and use it in GitHub Desktop.
Allow VSTs from unidentified developers on MacOS
#!/bin/sh
sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST/*
sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST3/*
sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/Components/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment