Skip to content

docs: update minimum macOS version#106

Open
thehanslevi wants to merge 1 commit into
viktorstrate:mainfrom
thehanslevi:codex/update-macos-minimum-readme
Open

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

Conversation

@thehanslevi

Copy link
Copy Markdown

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.

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

1 participant