Skip to content

Commit

Permalink
Fix Apple TV simulator target name
Browse files Browse the repository at this point in the history
This changed at some point. We don't actually care _which_ simulator this runs
against, just that it runs against some simulator.
  • Loading branch information
gfontenot committed Apr 15, 2018
1 parent a2a4f8c commit 127fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ xcrun xcodebuild \
xcrun xcodebuild \
-workspace Argo.xcworkspace \
-scheme Argo-tvOS \
-destination "platform=tvOS Simulator,name=Apple TV 1080p" \
-destination "platform=tvOS Simulator,name=Apple TV" \
"${build_actions[@]}" \
| xcpretty "${xcpretty_options[@]}"

0 comments on commit 127fa1c

Please sign in to comment.