Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practical Examples for Mac OS Code Signing with jpackage #192

Open
brunoborges opened this issue Jul 22, 2021 · 2 comments
Open

Practical Examples for Mac OS Code Signing with jpackage #192

brunoborges opened this issue Jul 22, 2021 · 2 comments
Labels
question Further information is requested

Comments

@brunoborges
Copy link

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
Copy link

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
Copy link

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

@airsquared airsquared added the question Further information is requested label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants