From f4c27e6caa7837836701c85b1acebab7c198c7ab Mon Sep 17 00:00:00 2001 From: jamieoo Date: Mon, 20 Jan 2025 01:01:58 -0600 Subject: [PATCH] Update README.md Update README.md to include instructions for overriding Gatekeeper on macOS versions >== 15.0 https://developer.apple.com/news/?id=saqachfa --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f4d6535..19c7bbc 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,19 @@ The project aims to let users without any coding experience separate tracks with If the application cannot be launched due to the Mac's security protection feature, try the following: +For macOS versions below 15.0: + 1. Right-click on the Demucs-GUI app icon and select "Open". 2. Click "Open" again in the window that appears as follows. + ![Open Anyway](./mac_open_anyway.png) +For macOS versions 15.0 or greater: +1. On your Mac, go to System Settings > Privacy & Security > Scroll to the Security section. +2. If you see a message stating "'Demucs-GUI.app' was blocked to protect your Mac.". To the right of this message, click "Open Anyway". +3. Enter your login password, then click OK. This will create an override in Gatekeeper, allowing Demucs-GUI to run. + +![demucs-gui-macos15-gatekeeper-block-2](https://github.com/user-attachments/assets/62d0081e-8f1f-4409-8f13-1d0745121f6e) ## System requirements