From faf3063a72a651fc6c3c18ba945d15900289c898 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 15 Oct 2022 22:26:56 -0500 Subject: [PATCH] update readme (macOS workaround) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7efe2c2a..116d8771 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,17 @@ see [papers/](papers/doc/README.md). it's kind of incomplete, but at least the s this is due to Apple's application signing policy. a workaround is to right click on the Furnace app icon and select Open. +**as of Monterey, this workaround no longer works (especially on ARM).** yeah, Apple has decided to be strict on the matter. +if you happen to be on that version, use this workaround instead (on a Terminal): + +``` +xattr -d com.apple.quarantine /path/to/Furnace.app +``` + +(replace /path/to/ with the path where Furnace.app is located) + +you may need to log out and/or reboot after doing this. + > how do I use C64 absolute filter/duty? on Instrument Editor in the C64 tab there are two options to toggle these.