Skip to content

Instantly share code, notes, and snippets.

@berkedel
Created March 6, 2016 13: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 berkedel/bc97c7450480a8e6eff6 to your computer and use it in GitHub Desktop.
Save berkedel/bc97c7450480a8e6eff6 to your computer and use it in GitHub Desktop.
Bypass Gatekeeper

Bypass Gatekeeper

Have you experienced opening new installed app on mac osx and got "Verifying blabla.app" message? It will be troublesome if you got stuck waiting the verifying process done. In order to ignore this check, you need to bypass Gatekeeper in osx. Just try this, open a terminal and run the command below:

$ cd /Applications
$ xattr -d com.apple.quarantine blabla.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment