Skip to content

Commit b438472

Browse files
committed
Updates Xcode related parts.
Assume newer Xcodes for command line flags and simulators supported.
1 parent ee8b1c5 commit b438472

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

593593
test-xcode-macOS-debug:

0 commit comments

Comments
 (0)