I am trying to sign my mac os app (`.app` created ...
# compose-desktop
a
I am trying to sign my mac os app (
.app
created by
./createDistributable
& share it outside of the app store). I am following the Signing and notarizing distributions for macOS tutorial and I am getting
Unnotarized Developer ID
when I check if the app is signed (using
spctl -vvv --assess --type exec /path/to/*.app
). Can’t find online what that error message means