From 78a1d688097ac44b4bba3c3747aebadf02bd2ccc Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Thu, 9 Jan 2025 22:24:10 -0800 Subject: [PATCH] wip --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index aed9d7bf9a03..3d2dc6edd104 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ CONFIG = Debug DERIVED_DATA_PATH = ~/.derivedData/$(CONFIG) -PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M]) +PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 18.2,iPhone \d\+ Pro [^M]) PLATFORM_MACOS = macOS PLATFORM_MAC_CATALYST = macOS,variant=Mac Catalyst -PLATFORM_TVOS = tvOS Simulator,id=$(call udid_for,tvOS,TV) -PLATFORM_VISIONOS = visionOS Simulator,id=$(call udid_for,visionOS,Vision) -PLATFORM_WATCHOS = watchOS Simulator,id=$(call udid_for,watchOS,Watch) +PLATFORM_TVOS = tvOS Simulator,id=$(call udid_for,tvOS 18.2,TV) +PLATFORM_VISIONOS = visionOS Simulator,id=$(call udid_for,visionOS 2.2,Vision) +PLATFORM_WATCHOS = watchOS Simulator,id=$(call udid_for,watchOS 11.2,Watch) PLATFORM = IOS DESTINATION = platform="$(PLATFORM_$(PLATFORM))"