Practical Examples for Mac OS Code Signing with jpackage
Opened this issue · 2 comments
I've been trying to sign my code and so far been failing miserably. The documentation for jpackage is limited and does not provide the steps required on Mac OS/Apple side to get the required input for the --mac-*
arguments.
If anyone has practical examples using badass-jlink-plugin to jpackage and sign apps for Mac OS, I'd appreciate if you could contribute them.
Hi @brunoborges have you had any luck in the last 15 days? I've successfully signed macOS apps in the past (about 1 year ago) and with an updated tool chain I am having trouble. If I get it working, I'll create a public example.
Don't know if still relevant, but we use this workflow: https://github.com/JabRef/jabref/blob/26073743efd07a6a4fd4f71636c8e4fb5bb5e195/.github/workflows/deployment.yml#L70-L121
We need to resign some libs after jpackage is run