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 573eb74 commit 10850a3Copy full SHA for 10850a3
Makefile
@@ -1,8 +1,7 @@
1
PLATFORM_IOS = iOS Simulator,name=iPhone 11 Pro Max
2
PLATFORM_MACOS = macOS
3
-PLATFORM_TVOS = tvOS Simulator,name=Apple TV 4K (at 1080p)
4
-PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 4 - 44mm
5
-
+PLATFORM_TVOS = tvOS Simulator,name=Apple TV
+PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 5 - 44mm
6
default: test-all
7
8
test-all: test-library test-examples
0 commit comments