From bd4756c2ad3242463f912bb1b1ec9d980d443d8b Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Wed, 21 Jun 2023 19:23:51 -0400 Subject: [PATCH] [xcode15] Bump to use beta2 --- Make.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.config b/Make.config index ef91b4b22b..326c0589ac 100644 --- a/Make.config +++ b/Make.config @@ -201,8 +201,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.0 -XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_15_beta.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode_15.0.0-beta.app/Contents/Developer +XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_15_beta_2.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode_15.0.0-beta2.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"