File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,7 @@ before_install:
2525 - brew update
2626 - brew outdated carthage || brew upgrade carthage
2727script :
28+ # Workaround for Xcode 10.2/tvOS 9.1 bug
29+ # See https://stackoverflow.com/questions/55389080/xcode-10-2-failed-to-run-app-on-simulator-with-ios-10
30+ - sudo mkdir /Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS\ 9.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift
2831 - ./run-tests.sh
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.11.4 </string >
18+ <string >0.11.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1+ XCPRETTY := $(shell command -v xcpretty)
2+
13test : install repo_update
24 @set -e; \
35 for test in * _test.rb; do \
4- bundle exec ./$$ test; \
6+ bundle exec ./$$ test | $( XCPRETTY ) -C ; \
57 done
68
79repo_update :
You can’t perform that action at this time.
0 commit comments