Last active
July 11, 2021 00:56
-
-
Save selfagency/0c043414ccf91d58903320544f59630e to your computer and use it in GitHub Desktop.
[unquarantine mac os app]
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
#!/usr/bin/env bash | |
xattr /path/to/MyApp.app | |
sudo xattr -r -d com.apple.quarantine /path/to/MyApp.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment