Skip to content

Instantly share code, notes, and snippets.

@apisandipas
Last active June 7, 2024 00:58
Show Gist options
  • Save apisandipas/765803fe8a6f8a14fb985b0fb2b87b11 to your computer and use it in GitHub Desktop.
Save apisandipas/765803fe8a6f8a14fb985b0fb2b87b11 to your computer and use it in GitHub Desktop.
De-quarantine an app on MacOS
codesign --sign - --force --deep /Applications/VSCodium.app
xattr -d com.apple.quarantine /Applications/VSCodium.app
@erdaifuu
Copy link

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