Skip to content

Instantly share code, notes, and snippets.

@rohanrudra55
Forked from rampfox/TNT’s certificate.md
Last active January 5, 2022 08:19
Show Gist options
  • Save rohanrudra55/0d22228a1ab4ff4f77a094764f5d190e to your computer and use it in GitHub Desktop.
Save rohanrudra55/0d22228a1ab4ff4f77a094764f5d190e to your computer and use it in GitHub Desktop.
If Crashes when opening Mac Cracked Apps

TNT

Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.

Run in Terminal

sudo codesign --force --deep --sign - /Applications/name.app

always add sudo


Gatekeeper

Disable gatekeeper to prevent third party softwares to work properly before downloading

sudo spctl --master-status sudo spctl --master-disable sudo spctl --master-enable


Requisite: Xcode or the Apple Command Line Tools

To install, execute

xcode-select --install

@rohanrudra55
Copy link
Author

It may not work with 2021+ apps

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