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