Last active
March 25, 2018 18:36
-
-
Save basselin/dcbca25dd6e75e1ca1acb74acb0acbfa to your computer and use it in GitHub Desktop.
Disable OS X Gatekeeper
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
sudo spctl --master-disable | |
# “App” is damaged and can’t be opened. You should move it to the Trash. | |
xattr -rc /Applications/MyApp.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment