Skip to content

Commit

Permalink
Add note about Quarantine attribute on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
phildenhoff authored Dec 17, 2024
1 parent 34d9db7 commit 6bdd977
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ Development builds are available from [GitHub actions](https://github.com/every-

Please report any issues or crashes you experience while using any version of Citadel!

### Installing on macOS

Builds aren't signed (yet) — if you open Citadel.app directly, you'll get a warning that the file is "damaged".

[Removing the Quarantine attribute from the file](https://superuser.com/questions/526920/how-to-remove-quarantine-from-file-permissions-in-os-x) resolves this. For example,

```fish
xattr -d com.apple.quarantine /Applications/Citadel.app/
```

## Developing

As a prerequisite, you'll need to install [Bun](https://bun.sh), Node[^1], and [Rust](https://www.rust-lang.org/tools/install).
Expand Down

0 comments on commit 6bdd977

Please sign in to comment.