Apple Silicon support: SPM migration, Sparkle 2.x, KeyboardShortcuts, universal binary CI - #2
Merged
Merged
Conversation
…ate README and appcast - Replace unmaintained MASShortcut (fails Xcode 15) with sindresorhus/KeyboardShortcuts 2.x - Bump deployment target to macOS 12.0 (required by KeyboardShortcuts 2.x; arm64 Macs all support 12+) - Remove MASShortcutView from General.xib and bridging header; add RecorderCocoa programmatically - Add xcodebuild archive + zip artifact upload to build.yml for every push - Add release.yml workflow: builds universal binary on v* tags and publishes GitHub Release - Fix appcast.xml to point to xgitqa/Dozer releases instead of upstream - Update README: Apple Silicon fork context, install instructions, signing note
…uts 2.2.0 compatibility
KeyboardShortcuts 2.x and modern sindresorhus libs are SPM-only; Carthage is no longer viable. Switch all dependencies to SPM in project.yml, remove Carthage from Brewfile and Makefile, remove Carthage steps from workflows. SPM packages resolve automatically during xcodebuild.
xgitqa
added a commit
that referenced
this pull request
Jun 4, 2026
Apple Silicon support: SPM migration, Sparkle 2.x, KeyboardShortcuts, universal binary CI
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
ARCHS="arm64 x86_64"in Release xcconfig; CI archives and verifies both slices withlipoSUUpdaterwithSPUStandardUpdaterController; updatedSignFrameworks.shfor flat framework layoutmacos-15runner (Xcode 16.4), SPM cache, artifact upload; tagged releases viarelease.ymlTest plan
Generated by Claude Code