Skip to content

Commit

Permalink
CI: Update Apple TV simulator identifier to match Xcode 9
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Nov 4, 2017
1 parent d05e46b commit a9b202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buddybuild_postbuild.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
swift test

# Run tests for tvOS
xcodebuild clean test -quiet -project Files.xcodeproj -scheme Files-tvOS -destination "platform=tvOS Simulator,name=Apple TV 1080p" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
xcodebuild clean test -quiet -project Files.xcodeproj -scheme Files-tvOS -destination "platform=tvOS Simulator,name=Apple TV" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO

0 comments on commit a9b202b

Please sign in to comment.