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

Commit

Permalink
Select the appropriate simulator for snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Nov 14, 2020
1 parent 426ca00 commit eb385c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESTINATION_MACOS = platform=macOS
DESTINATION_IOS = platform=iOS Simulator,name=iPhone 8
DESTINATION_IOS_SNAPSHOT = platform=iOS Simulator,OS=14.1,name=iPhone 8
DESTINATION_IOS_SNAPSHOT = platform=iOS Simulator,OS=14.0,name=iPhone 8
DESTINATION_TVOS = platform=tvOS Simulator,name=Apple TV

default: test
Expand Down

0 comments on commit eb385c0

Please sign in to comment.