Skip to content

Fix build for recent XCode versions - #32

Merged
mherrmann merged 1 commit into
mainfrom
fix-build-for-recent-xcode-versions
Jun 24, 2026
Merged

Fix build for recent XCode versions#32
mherrmann merged 1 commit into
mainfrom
fix-build-for-recent-xcode-versions

Conversation

@mherrmann

Copy link
Copy Markdown
Collaborator

This should be safe because the minimum deployment target for Chromium (and thus Brave) is macOS 12, which is higher than 10.13.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Sparkle’s Xcode build settings by increasing the macOS deployment target to a version supported by newer Xcode toolchains, aligning the project with more modern macOS baselines.

Changes:

  • Bumped MACOSX_DEPLOYMENT_TARGET from 10.9 to 10.13 in the shared/common build configuration.
  • Bumped MACOSX_DEPLOYMENT_TARGET from 10.9 to 10.13 for the unit test configuration.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Configurations/ConfigCommon.xcconfig Raises the project-wide macOS deployment target to improve compatibility with newer Xcode versions.
Configurations/ConfigUnitTest.xcconfig Raises the unit test bundle deployment target to match the newer baseline.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

GCC_INLINES_ARE_PRIVATE_EXTERN = YES
ARCHS = $(ARCHS_STANDARD)
MACOSX_DEPLOYMENT_TARGET = 10.9
MACOSX_DEPLOYMENT_TARGET = 10.13
FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_FRAMEWORKS_DIR)
LD_RUNPATH_SEARCH_PATHS = @loader_path/../Frameworks
MACOSX_DEPLOYMENT_TARGET = 10.9
MACOSX_DEPLOYMENT_TARGET = 10.13

@simonhong simonhong left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@mherrmann
mherrmann merged commit 6e8b614 into main Jun 24, 2026
5 checks passed
@mherrmann
mherrmann deleted the fix-build-for-recent-xcode-versions branch June 24, 2026 11:06
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.

3 participants