Remove Gatekeeper workaround — app is now code-signed
This commit is contained in:
parent
630e18a869
commit
698ffe389a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue