From 130bc8839fa198f1a7984c7314a41ad6c512606f Mon Sep 17 00:00:00 2001 From: Aarman Roy Date: Tue, 4 Aug 2026 11:56:51 +0530 Subject: [PATCH] Record the Xcode version in .xcode-version 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 --- .xcode-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .xcode-version diff --git a/.xcode-version b/.xcode-version new file mode 100644 index 0000000..7363977 --- /dev/null +++ b/.xcode-version @@ -0,0 +1 @@ +26.6