Skip to content

ci: sign + notarize release, embed LP700 extension in the app - #13

Merged
VU3ESV merged 1 commit into
mainfrom
ci/signed-notarized-release
Jun 4, 2026
Merged

ci: sign + notarize release, embed LP700 extension in the app#13
VU3ESV merged 1 commit into
mainfrom
ci/signed-notarized-release

Conversation

@VU3ESV

@VU3ESV VU3ESV commented Jun 4, 2026

Copy link
Copy Markdown
Owner

What

Wires the LP-700-App release to produce a signed + notarized DMG whose app embeds the LP700 ExtensionKit extension — so an installed copy registers its extension for the Amateur Radio Suite to host out-of-process (see the suite's docs/EXTENSIONKIT.md). Mirrors the proven LP-100A-App PR #6.

Changes

  • scripts/package-signed.sh (new) — build app → build LP700Extension.appex → embed under Contents/Extensions/ → sign inside-out (Developer ID, -o runtime --timestamp, extension carries Xcode/Extension/LP700.entitlements) → build DMG → notarytool submit --wait + stapler staple. Signing is gated on secrets; with none set it falls back to ad-hoc so the build still succeeds (but won't register on other Macs).
  • .github/workflows/release.yml — the separate Build .app + Build DMG steps become one Build signed + notarized DMG step calling package-signed.sh, passing the signing/notary secrets. The .radioplugin step is unchanged.
  • docs/SIGNING-SECRETS.md (new) — the six GitHub Actions secrets and how to export the .p12.

Verified

The same embed + inside-out sign + notarize flow was run locally for LP-700 (own Developer ID cert A59B…, notary profile ARS-LP700): notary Accepted, stapled, installed, pluginkit registered org.vu3esv.radiosuite.LP700, and spctl -a -t execaccepted / Notarized Developer ID.

Secrets to set on this repo

MACOS_CERT_P12_BASE64, MACOS_CERT_PASSWORD, KEYCHAIN_PASSWORD, NOTARY_APPLE_ID, NOTARY_TEAM_ID, NOTARY_PASSWORD — uses LP-700's own Developer ID cert (same team Y6FT52BKDA).

🤖 Generated with Claude Code

Adds scripts/package-signed.sh (mirrors LP-100A-App): builds the app, embeds
LP700Extension.appex under Contents/Extensions/, signs inside-out with
Developer ID + hardened runtime, builds the DMG, and notarizes + staples it.
Signing is gated on GitHub Actions secrets; with none set it falls back to
ad-hoc so the build still succeeds.

The release workflow's separate "Build .app" + "Build DMG" steps are replaced
by one "Build signed + notarized DMG" step calling package-signed.sh with the
signing/notary secrets. docs/SIGNING-SECRETS.md lists the required secrets.

This makes an installed LP-700-App register its extension for the Amateur Radio
Suite to host out-of-process (see the suite's docs/EXTENSIONKIT.md).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@VU3ESV
VU3ESV merged commit 92f7e23 into main Jun 4, 2026
1 check passed
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.

1 participant