File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tools/devops/automation/templates/variables Expand file tree Collapse file tree 2 files changed +3
-3
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.2
205- XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.2_Release_Candidate .xip
206- XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.2.0-rc .app/Contents/Developer
205+ XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.2 .xip
206+ XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.2.0.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"
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ variables:
7474 value : 15.6
7575
7676- name : xcodeChannel
77- value : Beta
77+ value : Stable
You can’t perform that action at this time.
0 commit comments