Skip to content

Instantly share code, notes, and snippets.

@ioncodes
Created February 6, 2018 15:19
Show Gist options
  • Save ioncodes/df1f4c76aef96fb658a8834057250943 to your computer and use it in GitHub Desktop.
Save ioncodes/df1f4c76aef96fb658a8834057250943 to your computer and use it in GitHub Desktop.
Fix .app is damaged in Mac OS X without disabling Gatekeeper. Also fixes "code object is not signed at all"
sudo codesign --force --sign --deep - /Applications/YourApp.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment