Skip to content

Instantly share code, notes, and snippets.

@fr0stf0x
Forked from thaotx-zigvy/mac-commands
Created April 8, 2022 07:39
Show Gist options
  • Save fr0stf0x/48e321192ec7a79a7718e0764d095ace to your computer and use it in GitHub Desktop.
Save fr0stf0x/48e321192ec7a79a7718e0764d095ace to your computer and use it in GitHub Desktop.

Revisions

  1. @avaforvr avaforvr revised this gist Nov 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-commands
    Original 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.”
    ### 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'
    ```
  2. @avaforvr avaforvr created this gist Nov 4, 2019.
    4 changes: 4 additions & 0 deletions mac-commands
    Original 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'
    ```