-
-
Save fr0stf0x/48e321192ec7a79a7718e0764d095ace to your computer and use it in GitHub Desktop.
Revisions
-
avaforvr revised this gist
Nov 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ### 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' ``` -
avaforvr created this gist
Nov 4, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ** 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' ```