mobanisto / pinpit-gradle-plugin

Platform Independent Native Packaging and Installer Toolkit
Apache License 2.0
50 stars 1 forks source link

Signing and notarization #44

Open sebkur opened 10 months ago

sebkur commented 10 months ago

As mentioned in the README (https://github.com/mobanisto/pinpit-gradle-plugin?tab=readme-ov-file#signing-and-notarization), signing and notarization of macOS distributables is not yet implemented, only scripts exist that perform this step on the pinpit-built binaries.

We should implement this as part of pinpit itself eventually though and make all the relevant data configurable.

sebkur commented 10 months ago

See #43

sebkur commented 10 months ago

Also check #23

kingsword09 commented 4 months ago

I have some jar files within my app that follow this approach and it prompts that the dylib inside the jar is not signed. image