Ad-hoc sign macOS Mach-O binaries during CI build #32

Closed
opened 2026-09-01 10:08:04 +01:00 by gronod · 0 comments
Owner

Resolved in release v3.5.0-ICCery.1.5 (commits 1eb72e8 and cf93305):

  • Added automatic ad-hoc code signing (codesign -f -s -) to makepackagebin.sh for all Mach-O executables in bin/ when running on macOS.
  • Added code signature verification step (codesign -dvv) to .github/workflows/build-macos.yml.
  • Added code signing for fat universal binaries generated via lipo.
Resolved in release `v3.5.0-ICCery.1.5` (commits `1eb72e8` and `cf93305`): - Added automatic ad-hoc code signing (`codesign -f -s -`) to `makepackagebin.sh` for all Mach-O executables in `bin/` when running on macOS. - Added code signature verification step (`codesign -dvv`) to `.github/workflows/build-macos.yml`. - Added code signing for fat universal binaries generated via `lipo`.
gronod added the Kind/Bug
Priority
High
2
labels 2026-09-01 10:11:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gronod/argyllcms#32