File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -572,9 +572,9 @@ test-xcode-iOS-debug:
572572 xcodebuild -project SwiftProtobuf.xcodeproj \
573573 -scheme SwiftProtobuf_iOS \
574574 -configuration Debug \
575- -destination " platform=iOS Simulator,name=iPhone 6s ,OS=latest" \
575+ -destination " platform=iOS Simulator,name=iPhone 8 ,OS=latest" \
576576 -destination " platform=iOS Simulator,name=iPhone 4s,OS=9.0" \
577- -disable-concurrent-testing \
577+ -disable-concurrent-destination- testing \
578578 test $(XCODEBUILD_EXTRAS )
579579
580580# 4s - 32bit, 6s - 64bit
@@ -585,9 +585,9 @@ test-xcode-iOS-release:
585585 xcodebuild -project SwiftProtobuf.xcodeproj \
586586 -scheme SwiftProtobuf_iOS \
587587 -configuration Release \
588- -destination " platform=iOS Simulator,name=iPhone 6s ,OS=latest" \
588+ -destination " platform=iOS Simulator,name=iPhone 8 ,OS=latest" \
589589 -destination " platform=iOS Simulator,name=iPhone 4s,OS=9.0" \
590- -disable-concurrent-testing \
590+ -disable-concurrent-destination- testing \
591591 test ENABLE_TESTABILITY=YES $(XCODEBUILD_EXTRAS )
592592
593593test-xcode-macOS-debug :
You can’t perform that action at this time.
0 commit comments