Hi. I'm building a non-App-Store executable with gcc via a Makefile.
I have signing set up. I also was able to submit the executable for notarization. However, it was rejected because it hasn't been "hardened".
How can I harden the executable in a way that works with my build process using Make?
I have signing set up. I also was able to submit the executable for notarization. However, it was rejected because it hasn't been "hardened".
How can I harden the executable in a way that works with my build process using Make?