From 05ee4ab2b2491f79f8e3d59a7051cc4bdfbb9e2a Mon Sep 17 00:00:00 2001 From: Jesse Date: Sat, 18 Jun 2022 17:19:32 -0600 Subject: Add alternative steps to open on MacOS to bypass the quarantine/Unsigned app message [skip ci] --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b4d1826..767062f8c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,11 @@ _Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium ## Unsigned Nightlies on MacOS -Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. If you download these, and are on MacOS beyond Catalina, you will face the issue that the OS says the `dmg` is corrupted. If so, please run the following command in your terminal: +Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. On MacOS Catalina and newer, you will receive the prompt that "Ferdium" cannot be opened because the developer cannot be verified. + +To work around this, simply Control/Right-click on the app and select "Open" twice. + +Alternatively, click "Open Anyway" under the "General" section of Security & Privacy of the "System Preferences" application, or execute the following command: ```bash sudo xattr -rd com.apple.quarantine /Applications/Ferdium.app ``` -- cgit v1.2.3-54-g00ecf