Files
peardock/tools/rcodesign/README.md
T
Raven Scott cb93897d5d
Release rolling / release (push) Successful in 8m29s
Codesign peardock-server for macOS in CI
Gatekeeper reported the Bare server binary as damaged because it only
had a linker ad-hoc stamp after embed. Seal darwin server binaries with
the same sign-macos path used for Electron apps (codesign / rcodesign).
2026-07-16 06:30:43 -04:00

717 B

Vendored rcodesign (apple-codesign)

Used by CI on Linux to seal-sign macOS artifacts produced on Linux:

  • Electron .app bundles (forge postPackagescripts/sign-macos-app.cjs)
  • Bare peardock-server binaries (scripts/bare-standalone.cjs for every darwin-* host)

so Gatekeeper does not report them as “damaged / move to Trash”.

Path Binary
linux-x64/rcodesign x86_64 musl (ubuntu-latest runners)
linux-arm64/rcodesign aarch64 musl

Upstream: indygreg/apple-platform-rs
Release tag: apple-codesign/0.29.0

Do not re-download in CI — the rolling release workflow installs from these paths.