mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #14256 from eugenesvk/patch-2
docs: Fix wrong condition for an app rejection
This commit is contained in:
commit
7d04dd9d68
@ -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).
|
+ 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 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 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:
|
Common reasons to reject a cask from the main repo:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user