Skip to content

Draft: [macapp signer] Use hardned runtime

Without this notarization fail

notary log>     {
notary log>       "architecture": "arm64",
notary log>       "code": null,
notary log>       "docUrl": "https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087724",
notary log>       "message": "The executable does not have the hardened runtime enabled.",
notary log>       "path": "original.dmg/kdenlive.app/Contents/MacOS/kdenlive",
notary log>       "severity": "error"
notary log>     },

https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087724

I am not sure if the --code-signature-flags works recursively for app bundles as the rcodesign documentation is not very descriptive about it so I may have to bother you with several try-and-error iteration

Merge request reports