From 45cb6753b536aa54383836201cdd74fe63937c12 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 16 Dec 2022 20:16:09 +0700 Subject: [PATCH] docs: Fix wrong condition for an app rejection Swapped logic of rejection from work to failure and added an example --- docs/Acceptable-Casks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Acceptable-Casks.md b/docs/Acceptable-Casks.md index f15d4549b4..e5db00d4bc 100644 --- a/docs/Acceptable-Casks.md +++ b/docs/Acceptable-Casks.md @@ -118,7 +118,7 @@ Common reasons to reject a cask entirely: + The author has [specifically asked us not to include it](https://github.com/Homebrew/homebrew-cask/pull/5342). + App requires [SIP to be disabled](https://github.com/Homebrew/homebrew-cask/pull/41890) to be installed and/or used. + App installer is a `pkg` that requires [`allow_untrusted: true`](https://docs.brew.sh/Cask-Cookbook#pkg-allow_untrusted). -+ App works on Homebrew supported macOS versions and platforms with GateKeeper enabled. ++ App fails with GateKeeper enabled on Homebrew supported macOS versions and platforms (e.g., unsigned apps fail on Macs with Apple silicon/ARM). Common reasons to reject a cask from the main repo: