Skip to content

Instantly share code, notes, and snippets.

@jerlich
Created January 4, 2017 10:24
Show Gist options
  • Save jerlich/1d336cdc0505a7b3e5f918c599037f5c to your computer and use it in GitHub Desktop.
Save jerlich/1d336cdc0505a7b3e5f918c599037f5c to your computer and use it in GitHub Desktop.
Failed attempt to unsandbox MATLAB on macOS Sierra
#!/bin/zsh
# Under MacOS Sierra, applications are by default run in a sandbox... i tried to un-sandbox matlab, but it did not work.
# Instead just start matlab from the terminal.
sudo spctl --add --label "user app" /Applications/MATLAB_R2015b.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment