Skip to content

Commit

Permalink
[xcode15.3] Bump Xcode to beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Feb 14, 2024
1 parent 6a4568c commit 0920083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0920083

Please sign in to comment.