Record the Xcode version in .xcode-version - #8
Conversation
The Xcode version this project builds against (26.6) currently exists only in .github/workflows/ci.yml, where contributors do not look. This puts it in the file the xcodes CLI and fastlane already read by convention. Nothing reads it at build time, so behavior is unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes
- Add
.xcode-versionwith26.6— captures the Xcode version CI already uses (fromci.yml:49andrelease.yml:27) in a convention file contributors can discover.
DeepSeek Pro | 𝕏
Review findingsThe
Minor documentation point: the PR description says Xcode 26.6 currently exists only in |

Records the Xcode version CI already builds with (26.6) in a file contributors can actually find, since right now it only exists inside
.github/workflows/ci.yml.🤖 Generated with Claude Code