thinkski / osx-arm-linux-toolchains

Pre-built ARM/Linux C cross-compilers for MacOS
https://thinkski.github.io/osx-arm-linux-toolchains
MIT License
121 stars 4 forks source link

code signing recipe #7

Closed aholtzma closed 2 years ago

aholtzma commented 3 years ago

The readme needs some instructions on how to sign the binaries so that they will run on macOS Catalina and later. I used this:

find <install directory> -executable | xargs -n1 sudo codesign --force --deep --sign -

thinkski commented 2 years ago

Done. Thanks!