enhancement: add macOS code signing and notarization support#297
Merged
enhancement: add macOS code signing and notarization support#297
Conversation
Add comprehensive macOS code signing and notarization infrastructure for distributing AYON outside the Mac App Store. Changes: - Add `tools/macos/codesign_orchestrator.py` for deterministic multi-stage code signing of nested app bundles - Add `tools/macos/ayon.entitlements` and `tools/macos/ayon_helper.entitlements` for hardened runtime - Add `tools/macos/SIGNING_CONFIG.md` with detailed setup instructions for Apple Developer certificates and notarization - Add `tools/utils.py` with shared logging utilities for build tools - Update `tools/build_post_process.py` to support DMG creation with notarization workflow - Update `tools/make.sh` to integrate code signing into build process - Add documentation in `docs/build_guides/macos.md` with environment variables reference and usage examples Signed-off-by: philippe-ynput <philippe@ynput.io>
iLLiCiTiT
reviewed
Mar 26, 2026
iLLiCiTiT
reviewed
Mar 26, 2026
iLLiCiTiT
reviewed
Mar 26, 2026
iLLiCiTiT
reviewed
Mar 26, 2026
iLLiCiTiT
reviewed
Mar 26, 2026
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Add workflow_dispatch trigger to allow manual builds with a specified tag. Include new build-macos job that: - Installs Homebrew dependencies (cmake, create-dmg) - Imports Apple Developer ID certificate for code signing - Configures notarization credentials via notarytool - Builds installer with code signing and notarization enabled - Uploads signed artifacts to GitHub release Signed-off-by: philippe-ynput <philippe@ynput.io>
Signed-off-by: philippe-ynput <philippe@ynput.io>
Signed-off-by: philippe-ynput <philippe@ynput.io>
Signed-off-by: philippe-ynput <philippe@ynput.io>
iLLiCiTiT
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Add comprehensive macOS code signing and notarization infrastructure for distributing AYON outside the Mac App Store.
NOTE: no CI support yet.
Changes:
tools/macos/codesign_orchestrator.pyfor deterministic multi-stage code signing of nested app bundlestools/macos/ayon.entitlementsandtools/macos/ayon_helper.entitlementsfor hardened runtimetools/macos/SIGNING_CONFIG.mdwith detailed setup instructions for Apple Developer certificates and notarizationtools/utils.pywith shared logging utilities for build toolstools/build_post_process.pyto support DMG creation with notarization workflowtools/make.shto integrate code signing into build processdocs/build_guides/macos.mdwith environment variables reference and usage examplesTesting notes:
tools/make.sh build-make-installerayon-launcher/build/installer