File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 77 - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-macOS" -sdk macosx clean build
88 - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-macOS" -sdk macosx -enableCodeCoverage YES test
99 - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator clean build
10- - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.0' -enableCodeCoverage YES test
10+ - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.0.1 ' -enableCodeCoverage YES test
1111 - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=11.0' clean build
1212 - set -o pipefail && xcodebuild -project Cache.xcodeproj -scheme "Cache-tvOS" -destination 'platform=tvOS Simulator,name=Apple TV,OS=11.0' -enableCodeCoverage YES test
You can’t perform that action at this time.
0 commit comments