File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ CONFIG = Debug
22
33DERIVED_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])
66PLATFORM_MACOS = macOS
77PLATFORM_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
1212PLATFORM = IOS
1313DESTINATION = platform="$(PLATFORM_$(PLATFORM ) ) "
You can’t perform that action at this time.
0 commit comments