Codesign pkg for MAS

Wanted to submit the latest version of my app to MAS. Of course, I wanted to use AppWrapper. But the latest step - codesign of the pkg file - isn’t done. I’ve already written to Sam.

In the meantime I thought I could simply codesign the pkg file manually. But which certificate do I need to use with which name? Using

productsign --sign "Mac Installer Distribution: Beatrix Willius (72695Z3887)" path newpath

gives me the same error in Transporter as before “package signature is invalid”. Am I using the wrong certifcate signature? If yes, what is the correct incantation?

In between, https://developer.apple.com/library/archive/technotes/tn2318/_index.html may be helpful. :slight_smile:

Got it:

productsign --sign "3rd Party Mac Developer Installer: "

1 Like