Add notarized-release toolchain and fix CI - #4
Merged
Conversation
Mirror the notarized-release pattern from MBox-Explorer. - scripts/release.sh: archive → export (Developer ID) → DMG → notarize → staple → verify, driven by env-overridable SCHEME/CONFIG/TEAM_ID/NOTARY_PROFILE (notary profile MLXCODE_NOTARY, team QRRCB8HB3W, scheme "MLX Code"). - scripts/ExportOptions.plist: developer-id method, teamID QRRCB8HB3W. - RELEASE.md: one-time setup (Developer ID cert, notary keychain profile, Metal Toolchain for MLX), release steps, overrides, troubleshooting. - README: rewrite Installation with clear DMG steps, Gatekeeper workaround (macOS 14 Control-click→Open vs macOS 15/26 System Settings→Privacy & Security→Open Anyway, plus xattr quarantine removal), and a From-Source Metal Toolchain note (MLX app). - CI: install Metal Toolchain (downloadComponent MetalToolchain || true) and run xcodebuild test for the "MLX Code" scheme with CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO. Trigger branches preserved. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QrPsErCe9kBuRRPyDSA5cF
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.
Mirrors the notarized-release pattern already merged into kochj23/MBox-Explorer's
main, adapted for MLX Code.What's included
scripts/release.sh— one-command pipeline: archive → export (Developer ID) → DMG → notarize → staple → verify. Env-overridableSCHEME(MLX Code),CONFIG,TEAM_ID(QRRCB8HB3W),NOTARY_PROFILE(MLXCODE_NOTARY).scripts/ExportOptions.plist—developer-idmethod,teamIDQRRCB8HB3W.RELEASE.md— one-time setup (Developer ID cert, notary keychain profile, and thexcodebuild -downloadComponent MetalToolchainstep required by MLX), how to cut a release, env overrides, and troubleshooting.xattr -dr com.apple.quarantine), and a From-Source note covering the Metal Toolchain..github/workflows/build.yml— now installs the Metal Toolchain (xcodebuild -downloadComponent MetalToolchain || true) and runsxcodebuild testfor theMLX Codescheme withCODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO. Existing trigger branches (main,master) preserved.Detected repo specifics
MLX Code.xcodeprojMLX CodeQRRCB8HB3Wmlx-swift,mlx-swift-lm)MLXCODE_NOTARYValidation
bash -n scripts/release.sh— OKplutil -lint scripts/ExportOptions.plist— OK🤖 Generated with Claude Code