beryx / badass-jlink-plugin

Create a custom runtime image of your modular application
https://badass-jlink-plugin.beryx.org
Apache License 2.0
387 stars 27 forks source link

Practical Examples for Mac OS Code Signing with jpackage #192

Open brunoborges opened 3 years ago

brunoborges commented 3 years ago

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.

msgilligan commented 3 years ago

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.

Siedlerchr commented 2 years ago

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