Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
codesign --force --deep --sign - /Applications/name.app
if Permission denied don't forget to add sudo
example:
sudo codesign --force --deep --sign - /Applications/1Password\ 7.app
Requisite: Xcode or the Apple Command Line Tools
To install, execute
xcode-select --install
you don't need to do this, you just need to do "xattr -cr" and drag the app. if you want to do other things with the app you may need to sign it, but just to run it this is fine. this command executes instantly, unlike the codesigning which can take a while on cracked games