-
-
Save inekipelov/8f2f88becca75e2242f0662d5e52ad8e to your computer and use it in GitHub Desktop.
macOS: Allow Gatekeeper untrusted apps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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