Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save inekipelov/8f2f88becca75e2242f0662d5e52ad8e to your computer and use it in GitHub Desktop.
Save inekipelov/8f2f88becca75e2242f0662d5e52ad8e 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