Skip to content

Commit ce11ede

Browse files
authored
Bump to Xcode 26.1.1 (#24231)
1 parent 2e104ef commit ce11ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Make.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)$(NUGET_B
202202

203203
# Xcode version should have both a major and a minor version (even if the minor version is 0)
204204
XCODE_VERSION=26.1
205-
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.1.xip
206-
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.1.0.app/Contents/Developer
205+
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.1.1.xip
206+
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.1.1.app/Contents/Developer
207207
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist 2>/dev/null || echo " $(shell tput setaf 1 2>/dev/null)The required Xcode ($(XCODE_VERSION)) is not installed in $(basename $(basename $(XCODE_DEVELOPER_ROOT)))$(shell tput sgr0 2>/dev/null)" >&2)
208208

209209
# We define stable Xcode as the Xcode app being named like "Xcode_#.#[.#].app"

0 commit comments

Comments
 (0)