From cee2ce1ed132451cb6b96c2c01fb298edf70e4fb Mon Sep 17 00:00:00 2001 From: Martin Massera Date: Thu, 23 May 2024 21:38:36 -0300 Subject: [PATCH] Update README.md Note about Apple Silicon --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be80aebb8..04836a6bb1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Download and install: * Or **latest dev build (for testers)**: check the repo's [actions page](https://github.com/popcorn-official/popcorn-desktop/actions) -### macOS: +### MacOS: Download and install: * **Latest release**: check [popcorn-time.site](https://popcorn-time.site) or the repo's [releases page](https://github.com/popcorn-official/popcorn-desktop/releases) * Or **latest dev build (for testers)**: check the repo's [actions page](https://github.com/popcorn-official/popcorn-desktop/actions) @@ -53,6 +53,14 @@ Also, if you keep a [_Brewfile_](https://github.com/Homebrew/homebrew-bundle#usa cask "popcorn-time" #, args: { "no-quarantine": true } ~~~ +#### Apple Silicon: + +If you have Apple Silicon (M-series chips), you need to use the `arm64` release. Apple Silicon apps are required to be signed and notarised with an Apple developer account. So it is necessary to manually remove the quarantine flag: + +``` +xattr -c "/Applications/Popcorn-Time.app/" +``` + ### Linux - Debian/Ubuntu based distros: Download and install: