Skip to content

Support macOS 15.0 - #78

Merged
f merged 1 commit into
masterfrom
codex/support-macos-15
Aug 9, 2026
Merged

Support macOS 15.0#78
f merged 1 commit into
masterfrom
codex/support-macos-15

Conversation

@f

@f f commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • lower the declared macOS deployment target from 15.7 to 15.0
  • align the binary minimum with the documented macOS 15 / Sequoia requirement and Homebrew cask DSL

Verification

  • built both arm64 and x86_64 Release archives with Xcode
  • verified the universal app contains both architectures
  • verified LSMinimumSystemVersion is 15.0
  • verified both Mach-O slices report minos 15.0
  • confirmed the macOS 26-only .glassEffect call remains guarded by #available(macOS 26.0, *)
  • ran git diff --check

Copilot AI lite review requested due to automatic review settings August 9, 2026 20:53
@f
f merged commit 37d323a into master Aug 9, 2026
1 check passed

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

This PR updates the Xcode project configuration to declare macOS 15.0 as the minimum deployment target, aligning the build settings with the documented macOS 15 / Sequoia minimum requirement and related distribution metadata expectations.

Changes:

  • Lowered MACOSX_DEPLOYMENT_TARGET from 15.7 to 15.0 for the Debug build configuration.
  • Lowered MACOSX_DEPLOYMENT_TARGET from 15.7 to 15.0 for the Release build configuration.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants