Skip to content

Instantly share code, notes, and snippets.

@polster
Created January 30, 2017 07:54
Show Gist options
  • Save polster/92889da4036fa1d7b88be28cb0065171 to your computer and use it in GitHub Desktop.
Save polster/92889da4036fa1d7b88be28cb0065171 to your computer and use it in GitHub Desktop.
macOS: Allow Gatekeeper untrusted apps
# Check if a specific app has been quarantined by Gatekeeper
➜ ~ xattr Applications/Eclipse.app
com.apple.quarantine
# Remove the app from the quarantine
➜ ~ sudo xattr -r -d com.apple.quarantine Applications/Eclipse.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment