From 127fa1c63c1283891fc295db7b2ff9c61e62803d Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Sun, 15 Apr 2018 11:04:42 -0500 Subject: [PATCH] Fix Apple TV simulator target name This changed at some point. We don't actually care _which_ simulator this runs against, just that it runs against some simulator. --- bin/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test b/bin/test index d76b1e1..9b8e2f8 100755 --- a/bin/test +++ b/bin/test @@ -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[@]}"