Last active
March 4, 2018 14:03
-
-
Save devhero/01aeb92cc0f8ce904b491248fb6e04d1 to your computer and use it in GitHub Desktop.
mac The application “SomeApp.app” can’t be opened - http://superuser.com/questions/898124/the-application-someapp-app-can-t-be-opened
This file contains hidden or 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
chmod +x SomeApp.app/Contents/MacOS/* | |
# AND/OR disable app security restrictions | |
sudo spctl --master-disable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment