From a3f744e286f5dc083904deb2662dc3a3a9f2c8c5 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Mon, 23 Mar 2026 11:38:45 +0100 Subject: [PATCH] Update README: macOS quarantine removal instructions Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2095e0..66c1022 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ Free, open-source VST3 drum sampler plugin built with JUCE. | [InstaDrums-VST3-Linux-x64.zip](https://github.com/hariel1985/InstaDrums/releases/download/v1.1/InstaDrums-VST3-Linux-x64.zip) | VST3 plugin — copy to `~/.vst3/` | | [InstaDrums-Standalone-Linux-x64.zip](https://github.com/hariel1985/InstaDrums/releases/download/v1.1/InstaDrums-Standalone-Linux-x64.zip) | Standalone application | -> **Note:** macOS builds are Universal Binary (Apple Silicon + Intel). Not code-signed — on first launch right-click → Open to bypass Gatekeeper. +> **macOS note:** Builds are Universal Binary (Apple Silicon + Intel). Not code-signed — after copying the plugin, remove the quarantine flag in Terminal: +> ```bash +> xattr -cr ~/Library/Audio/Plug-Ins/VST3/InstaDrums.vst3 +> xattr -cr ~/Library/Audio/Plug-Ins/Components/InstaDrums.component +> ``` ## Features