Skip to content

Instantly share code, notes, and snippets.

View felipebweber's full-sized avatar
🎯
Focusing

Felipe Weber felipebweber

🎯
Focusing
View GitHub Profile
@rampfox
rampfox / TNT’s certificate.md
Last active June 26, 2024 16:11
If Crashes when opening Mac Cracked Apps

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: