Fix tvOS build in Travis CI

This commit is contained in:
Cameron Gutman
2020-05-29 19:10:13 -07:00
parent 839f2018cb
commit 4a537c1806

View File

@@ -19,7 +19,7 @@ matrix:
osx_image: xcode11.5
env:
- SCHEME="Moonlight TV"
- TARGET="platform=tvOS Simulator,OS=13.5,name=Apple TV 4K"
- TARGET="platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
script:
- set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -destination "$TARGET" build | xcpretty