Skip to content

Commit

Permalink
document macos command line quarantine method
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed May 15, 2023
1 parent f1f4075 commit d0efe1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,21 @@ make -f Makefiles/Makefile.OSX NET_BOARD=1
```

### Note: running on macOS
If you try and run a macOS binary that was downloaded from the internet and/or built on a different machine, you need to grant macOS permission to execute the binary (just 1-time):

If you try and run a macOS binary that was downloaded from the internet and/or built on a different machine, you need to grant macOS permission to execute the binary (just 1-time). Use one of the following methods:

**GUI**

* Open the folder containing the binary in Finder, and right (or ctrl) click on it:

* Click "Open" when the following dialogue box appears : "macOS cannot verify the developer of “supermodel-git-xxxx”. Are you sure you want to open it?"

* Close the terminal window that opens (after clicking open)

**Terminal**

* cd to the folder containing the supermodel release and run:

xattr -dr com.apple.quarantine .

Details: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac

0 comments on commit d0efe1a

Please sign in to comment.