Skip to content

Skip Developer ID checks when notarization is disabled - #36

Open
afarchy wants to merge 1 commit into
mainfrom
codex/skip-developer-id-without-notarization
Open

Skip Developer ID checks when notarization is disabled#36
afarchy wants to merge 1 commit into
mainfrom
codex/skip-developer-id-without-notarization

Conversation

@afarchy

@afarchy afarchy commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • skip Developer ID identity discovery and validation when macOS notarization is disabled
  • preserve Developer ID Application and Installer requirements for notarized, Steam, PKG, and DMG exports
  • rebuild the committed action bundle

Problem

A non-App Store macOS export with notarize: false still runs security find-identity and fails unless a Developer ID Application certificate is installed. This makes non-notarized development/debugging exports require credentials that are only used by the notarization path.

Reproduction: https://github.com/virtual-maker-net/buildalon-web/actions/runs/33467584973

Validation

  • npm ci
  • npx tsc --noEmit
  • npm run bundle

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