Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit eb385c0

Browse files
committed
Select the appropriate simulator for snapshot tests
1 parent 426ca00 commit eb385c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DESTINATION_MACOS = platform=macOS
22
DESTINATION_IOS = platform=iOS Simulator,name=iPhone 8
3-
DESTINATION_IOS_SNAPSHOT = platform=iOS Simulator,OS=14.1,name=iPhone 8
3+
DESTINATION_IOS_SNAPSHOT = platform=iOS Simulator,OS=14.0,name=iPhone 8
44
DESTINATION_TVOS = platform=tvOS Simulator,name=Apple TV
55

66
default: test

0 commit comments

Comments
 (0)