spacemeshos / smcli

Spacemesh command-line tool
https://spacemesh.io/
MIT License
8 stars 9 forks source link

Code signing on Mac #60

Open lrettig opened 9 months ago

lrettig commented 9 months ago

If you download and attempt to run smcli on a modern version of macOS you get a warning about being unable to authorize the code and being unable to run it. You can work around this with control-click and open and/or xattr, see https://apple.stackexchange.com/questions/202169/how-can-i-open-an-app-from-an-unidentified-developer-without-using-the-gui.

Something similar might happen on Windows.

It would be good to code sign the release to avoid this. CC @pigmej