We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce2103 commit 76e3b24Copy full SHA for 76e3b24
Makefile
@@ -1,9 +1,9 @@
1
TOOL = swift run -c release --package-path Tools
2
PACKAGE = swift package --package-path Tools
3
SWIFT_FILE_PATHS = Package.swift Sources Tests Example
4
-TEST_PLATFORM_IOS = iOS Simulator,name=iPhone 14 Pro
+TEST_PLATFORM_IOS = iOS Simulator,name=iPhone 16 Pro
5
TEST_PLATFORM_MACOS = macOS
6
-TEST_PLATFORM_TVOS = tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation)
+TEST_PLATFORM_TVOS = tvOS Simulator,name=Apple TV
7
LIBRARY_SCHEME = swiftui-hooks-form
8
PRODUCT = FormHook
9
EXAMPLE_SCHEME = FormHookExample
0 commit comments