File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
204204XCODE_VERSION=26.0
205- XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.xip
206- XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.0.0 .app/Contents/Developer
205+ XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.0.1. xip
206+ XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.0.1 .app/Contents/Developer
207207XCODE_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"
You can’t perform that action at this time.
0 commit comments