sign macOS .jnilib files
jonahgraham opened this issue · 0 comments
jonahgraham commented
Hello jansi maintainers,
At the moment the .jnilib
files in jansi are not signed for macOS. This means that Apple notarization will not notarize a package containing jansi.
Is the jansi project able to sign the .jnilib
s?
The origin of this is that jansi is included in the Eclipse IDE as part of the Maven integration - I have requested that the m2e project look into this in eclipse-m2e/m2e-core#591 and while there are other solutions (rebundling jansi in Eclipse) the cleanest solution is to have jansi sign the .jnilib
s directly.
Thank you!