Last active
December 28, 2024 22:20
-
-
Save apisandipas/765803fe8a6f8a14fb985b0fb2b87b11 to your computer and use it in GitHub Desktop.
De-quarantine an app on MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codesign --sign - --force --deep /Applications/VSCodium.app | |
xattr -d com.apple.quarantine /Applications/VSCodium.app |
xattr -cr /Applications/"X.app" && codesign --force --deep --sign - /Applications/"X.app"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$@