Merge pull request #14255 from SMillerDev/chore/docs/require_casks_pass_gatekeeper

docs: Document that casks should pass GateKeeper
This commit is contained in:
Sean Molenaar 2022-12-16 11:46:59 +01:00 committed by GitHub
commit 884c4bec14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +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.
Common reasons to reject a cask from the main repo: