Skip to content

Commit 76e3b24

Browse files
committed
Update test simulators
1 parent cce2103 commit 76e3b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
TOOL = swift run -c release --package-path Tools
22
PACKAGE = swift package --package-path Tools
33
SWIFT_FILE_PATHS = Package.swift Sources Tests Example
4-
TEST_PLATFORM_IOS = iOS Simulator,name=iPhone 14 Pro
4+
TEST_PLATFORM_IOS = iOS Simulator,name=iPhone 16 Pro
55
TEST_PLATFORM_MACOS = macOS
6-
TEST_PLATFORM_TVOS = tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation)
6+
TEST_PLATFORM_TVOS = tvOS Simulator,name=Apple TV
77
LIBRARY_SCHEME = swiftui-hooks-form
88
PRODUCT = FormHook
99
EXAMPLE_SCHEME = FormHookExample

0 commit comments

Comments
 (0)