Last active
July 3, 2023 10:24
-
-
Save avaforvr/66fe124183706374de1adef420c9391d to your computer and use it in GitHub Desktop.
This file contains 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
### macOS Catalina: “App is damaged and can't be opened. You should move it to the trash.” | |
``` | |
sudo xattr -rd com.apple.quarantine '/Applications/Navicat Premium.app' | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment