Skip to content

Instantly share code, notes, and snippets.

View MSayib's full-sized avatar
Big dreamer, Long life learner ⭐️

Sayib MSayib

Big dreamer, Long life learner ⭐️
View GitHub Profile
@MSayib
MSayib / tccp.md
Last active October 11, 2023 02:24
Manual allow or disallow privacy and security service permission on MacOS

SIP must be disabled to get tccplus working.

TESTED on MBP M1 Pro, MacOS Ventura

STEP 1

Download : https://github.com/jslegendre/tccplus/releases/tag/1.0

Because tccplus need bundleID, you can get it by running this command:

grep 'BundleIdent' -A 1 /Applications/CleanShot\ X.app/Contents/Info.plist
@MSayib
MSayib / unquarantine.md
Last active January 3, 2024 08:40
Alternative way to run any cracked apps on MacOS

Last Tested: MBP M1 on Ventura (2023)

To run the application all you have to do is remove the quarantine attribute SIP attributes to it, by running:

sudo xattr -r -d com.apple.quarantine /Applications/<APP>.app

Insert your password.

Now run your app.