|
|
|
|
|
by comex
1878 days ago
|
|
When targeting ARM macOS, the linker automatically ad-hoc signs everything it outputs. You can check this by running `codesign -dvv` on the binary. Alternately, if your binary is an Intel binary running under Rosetta, those can be unsigned. |
|
But maybe some other part of the toolchain (Gradle, GraalVM native-image) was implicitly ad-hoc signing it