Skip to content

Commit 0c5e57a

Browse files
authored
Merge branch 'main' into claude/fervent-albattani-yh5r0j
2 parents 3497a96 + ebd829c commit 0c5e57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup-xcode-latest-stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66

77
# Maximum allowed Xcode major.minor version.
88
# Bump this once all Pods (especially `fmt`) compile cleanly on the next Xcode.
9-
MAX_XCODE_VERSION="26.4"
9+
MAX_XCODE_VERSION="26.6"
1010

1111
# Find all beta/RC Xcode versions to identify base versions to exclude
1212
BETA_XCODE_PATHS=$(ls -1d /Applications/Xcode*.app 2>/dev/null | grep -E "(Release_Candidate|RC|beta|Beta)" || true)

0 commit comments

Comments
 (0)