Skip to content

fix(release): produce verifiable ad-hoc macOS bundles - #19

Merged
howdeploy merged 1 commit into
howdeploy:mainfrom
cododel:fix/macos-adhoc-signing
Aug 18, 2026
Merged

fix(release): produce verifiable ad-hoc macOS bundles#19
howdeploy merged 1 commit into
howdeploy:mainfrom
cododel:fix/macos-adhoc-signing

Conversation

@cododel

@cododel cododel commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • explicitly sign macOS DMG and ZIP bundles with the ad-hoc identity, without Apple credentials
  • disable hardened runtime and notarization for this free distribution path
  • verify the packaged .app with strict codesign before artifacts are uploaded
  • lock the release contract with a focused repository test

Verification

  • npm test — 360 passing tests
  • npm run package:mac
  • codesign --verify --deep --strict --verbose=4 release/mac-arm64/CanvasTTY.app
  • hdiutil verify release/CanvasTTY-1.2.3-mac-arm64.dmg
  • manual Apple Silicon install and launch: passed

The bundle is deliberately ad-hoc signed: users may still need to acknowledge the unknown-developer prompt. This does not provide Developer ID signing or notarization, so the full production-signing work in #18 remains open.

Refs #18

@cododel
cododel force-pushed the fix/macos-adhoc-signing branch from 3bbfe91 to 86c21c7 Compare August 18, 2026 13:32
@howdeploy
howdeploy merged commit 2585592 into howdeploy:main Aug 18, 2026
2 checks passed
@cododel
cododel deleted the fix/macos-adhoc-signing branch August 22, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants