5 ms·
Theres two different steps, there is signing and there is notarization. You sign with the developer certificate using productsign/codesign, and then there is no
by mixologic 4mo ago
Theres two different steps, there is signing and there is notarization. You sign with the developer certificate using productsign/codesign, and then there is notarization, which you use notarytool to submit your signed binaray to apple to notarize.
finally you then take their response and staple it to your binary. Its a lot of steps.
- a_t48 4mo agoYup I do the first two - https://github.com/zig-for/snfm/blob/main/.github/workflows/cmake.yml#L138 https://github.com/zig-for/snfm/blob/main/.github/workflows/... The documentation implies the last step is optional https://developer.apple.com/documentation/security/customizing-the-notarization-workflow https://developer.apple.com/documentation/security/customizi... but it might be inaccurate