Skip to content

Commit 78a1d68

Browse files
committed
wip
1 parent e0f637b commit 78a1d68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ CONFIG = Debug
22

33
DERIVED_DATA_PATH = ~/.derivedData/$(CONFIG)
44

5-
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS,iPhone \d\+ Pro [^M])
5+
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 18.2,iPhone \d\+ Pro [^M])
66
PLATFORM_MACOS = macOS
77
PLATFORM_MAC_CATALYST = macOS,variant=Mac Catalyst
8-
PLATFORM_TVOS = tvOS Simulator,id=$(call udid_for,tvOS,TV)
9-
PLATFORM_VISIONOS = visionOS Simulator,id=$(call udid_for,visionOS,Vision)
10-
PLATFORM_WATCHOS = watchOS Simulator,id=$(call udid_for,watchOS,Watch)
8+
PLATFORM_TVOS = tvOS Simulator,id=$(call udid_for,tvOS 18.2,TV)
9+
PLATFORM_VISIONOS = visionOS Simulator,id=$(call udid_for,visionOS 2.2,Vision)
10+
PLATFORM_WATCHOS = watchOS Simulator,id=$(call udid_for,watchOS 11.2,Watch)
1111

1212
PLATFORM = IOS
1313
DESTINATION = platform="$(PLATFORM_$(PLATFORM))"

0 commit comments

Comments
 (0)