Skip to content

Instantly share code, notes, and snippets.

@QuantumGhost
Created May 9, 2020 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuantumGhost/2f5a4b61005ea5212c35ef0a712d08f6 to your computer and use it in GitHub Desktop.
Save QuantumGhost/2f5a4b61005ea5212c35ef0a712d08f6 to your computer and use it in GitHub Desktop.
disable notarization on macOS Catalina

Catalina's notarization is a disaster for cli apps. You may like to disable it with the following command:

sudo spctl --master-disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment