Skip to content

MacOS signing binaries inside JARs/archives #122

Closed Answered by mikehearn
alwaysbemark asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

Yes, Conveyor solves both problems. Please see here:

https://conveyor.hydraulic.dev/15.0/configs/jvm/#native-code

By default it signs native code inside JARs. Alternatively it can extract them and move them to a place on java.library.path which has some advantages, but requires that your code tries loading the library first, before trying to unpack. JNA is configured automatically so you should be able to turn library extraction on and get the benefits.

This feature is also supported when combined with external signing scripts:

https://conveyor.hydraulic.dev/15.0/configs/mac/#appmacsignscriptsbinary

You can try it out for free to make sure it's compatible with your setup. If your app …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by alwaysbemark
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants