Skip to content

docs: update minimum macOS version#106

Merged
viktorstrate merged 1 commit into
viktorstrate:mainfrom
thehanslevi:codex/update-macos-minimum-readme
Jun 11, 2026
Merged

docs: update minimum macOS version#106
viktorstrate merged 1 commit into
viktorstrate:mainfrom
thehanslevi:codex/update-macos-minimum-readme

Conversation

@thehanslevi

Copy link
Copy Markdown
Contributor

Summary

  • update the README build requirement from macOS 15 to macOS 15.7
  • match the app target's MACOSX_DEPLOYMENT_TARGET in Mactrix.xcodeproj

Validation

  • rg -n "macOS 15(\\.7)? or later|MACOSX_DEPLOYMENT_TARGET" README.md Mactrix.xcodeproj/project.pbxproj
  • git diff --check

I also tried xcodebuild -showBuildSettings -project Mactrix.xcodeproj -scheme Mactrix, but local Xcode validation did not complete because CoreSimulator is older than the installed Xcode build.

Fixes #88.

@viktorstrate viktorstrate merged commit aff2db7 into viktorstrate:main Jun 11, 2026
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.

Update minimum macOS version in README to

2 participants