swiftlang / swift-corelibs-xctest

The XCTest Project, A Swift core library for providing unit test support
swift.org
Apache License 2.0
1.15k stars 267 forks source link

Bump the macOS deployment target to 10.13 in the Xcode project. #459

Closed grynspan closed 1 year ago

grynspan commented 1 year ago

What it says on the tin. In February, the minimum deployment target for the Swift project at-large was increased to 10.13. This mismatch is now causing build warnings e.g. here: https://ci.swift.org/job/swift-corelibs-foundation-PR-macOS/268/

This PR changes the deployment target of the XCTest Xcode project to match Swift's.

grynspan commented 1 year ago

@swift-ci please test

grynspan commented 1 year ago

This doesn't appear to solve our 5.9 issue, but it's strictly correct, so I'll go ahead and merge it.