From 09200833014b66bd1002c9babd601d695cb8983c Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Tue, 13 Feb 2024 21:05:09 -0500 Subject: [PATCH] [xcode15.3] Bump Xcode to beta 3 --- Make.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.config b/Make.config index 15aafc10d24..c8fb0413ffb 100644 --- a/Make.config +++ b/Make.config @@ -213,8 +213,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)+$(NUGET_ # Xcode version should have both a major and a minor version (even if the minor version is 0) XCODE_VERSION=15.3 -XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_15.3_beta_2.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode_15.3.0-beta2.app/Contents/Developer +XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_15.3_beta_3.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode_15.3.0-beta3.app/Contents/Developer 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) # We define stable Xcode as the Xcode app being named like "Xcode_#.#[.#].app"