Skip to content

Commit 576af4d

Browse files
committed
[xcode26.2] Update to stable version of Xcode 26.2
1 parent 9ad6dac commit 576af4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.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
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"

tools/devops/automation/templates/variables/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ variables:
7474
value: 15.6
7575

7676
- name: xcodeChannel
77-
value: Beta
77+
value: Stable

0 commit comments

Comments
 (0)