Skip to content

Instantly share code, notes, and snippets.

@devhero
Last active March 4, 2018 14:03
Show Gist options
  • Save devhero/01aeb92cc0f8ce904b491248fb6e04d1 to your computer and use it in GitHub Desktop.
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
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