From 698ffe389a3ce9db9227f0342c467cfbdac57292 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Wed, 4 Mar 2026 01:45:29 +0300 Subject: [PATCH] =?UTF-8?q?Remove=20Gatekeeper=20workaround=20=E2=80=94=20?= =?UTF-8?q?app=20is=20now=20code-signed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 --- README.md | 8 -------- packages/docs/guide/getting-started.md | 9 --------- 3 files changed, 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fbe6d04..c415d8234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,6 @@ - Apple code signing and notarization for macOS builds - Git LFS storage moved from GitHub to Cloudflare R2 -### Docs - -- Add macOS Gatekeeper workaround (`xattr -cr`) to README and docs for unsigned app warning ### Fixes diff --git a/README.md b/README.md index 7f9ff42a2..13890966d 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,6 @@ Your design files are yours. Your tools should be too. Download the latest release from the [releases page](https://github.com/open-pencil/open-pencil/releases/latest), or [use the web app](https://app.openpencil.dev) — no install needed. -> **macOS: "OpenPencil is damaged and can't be opened"** -> -> The app is not yet code-signed. After mounting the `.dmg`, run in Terminal: -> ```sh -> xattr -cr /Applications/OpenPencil.app -> ``` -> Then open the app normally. This only needs to be done once. - ## Getting Started ```sh diff --git a/packages/docs/guide/getting-started.md b/packages/docs/guide/getting-started.md index 53056e242..addd5ca79 100644 --- a/packages/docs/guide/getting-started.md +++ b/packages/docs/guide/getting-started.md @@ -16,15 +16,6 @@ Pre-built binaries for macOS, Windows, and Linux are available on the [releases | Windows (ARM) | `.msi` / `.exe` | | Linux (x64) | `.AppImage` / `.deb` | -::: warning macOS: "OpenPencil is damaged and can't be opened" -The app is not yet code-signed with an Apple Developer certificate, so macOS Gatekeeper blocks it. After mounting the `.dmg`, run in Terminal: - -```sh -xattr -cr /Applications/OpenPencil.app -``` - -Then open the app normally. This only needs to be done once. -::: ## Building from Source