Add universal binary support and upgrade to Sparkle 2.x - #1
Merged
Conversation
…orkflow - Use --use-xcframeworks for Carthage to produce universal xcframeworks - Add ARCHS=arm64 x86_64 and ONLY_ACTIVE_ARCH=NO to build settings - Upgrade Sparkle 1.x → 2.x and migrate API (SUUpdater → SPUStandardUpdaterController) - Fix hardcoded /usr/local/bin/swiftgen path for Apple Silicon Homebrew prefix - Update SignFrameworks.sh for Sparkle 2.x framework structure - Add GitHub Actions CI workflow on macos-14 (Apple Silicon M1 runner)
xgitqa
added a commit
that referenced
this pull request
Jun 4, 2026
Add universal binary support and upgrade to Sparkle 2.x
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.
Summary
This PR modernizes the Dozer build system to support universal binaries (arm64 + x86_64) on Apple Silicon Macs and upgrades to Sparkle 2.x for improved update handling.
Key Changes
SUUpdater.shared()withSPUStandardUpdaterControllerin AppDelegateImplementation Details
SPUStandardUpdaterControlleris retained as a property in AppDelegate to maintain the required lifetime for Sparkle 2.x/opt/homebrew/binfirst (Apple Silicon native) before falling back to/usr/local/binhttps://claude.ai/code/session_01Q2P1R8MUG4huWY8QzH5o9m