Open sebkur opened 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.
See #43
Also check #23
I have some jar files within my app that follow this approach and it prompts that the dylib inside the jar is not signed.
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.