Skip to content

Instantly share code, notes, and snippets.

@MSayib
Created December 12, 2023 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MSayib/f4344eb645dd4f2a56d40d5a5733145d to your computer and use it in GitHub Desktop.
Save MSayib/f4344eb645dd4f2a56d40d5a5733145d to your computer and use it in GitHub Desktop.
Apple Signature Signing
sudo codesign --force --deep --sign - /Applications/NewApp.app
sudo codesign --force --sign - /Applications/NewApp.app/Contents/MacOS/NewApp

Im storing this because sometimes when i installed new updates on unverified apps i have to resign the code to allow it on any permission with tccp. This will be updated later with description, and with related cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment