typelift / SwiftCheck

QuickCheck for Swift
MIT License
1.42k stars 106 forks source link

fixed Xcode 12.5 build issues #305

Closed martinhoeller closed 3 years ago

martinhoeller commented 3 years ago

What's in this pull request?

Added XCTest to "Frameworks & Libraries" in iOS and tvOS targets

Why merge this pull request?

To fix build issues with Xcode 12.5

What's worth discussing about this pull request?

I also updated the deployment target to iOS 9.0 as 8.0 is not supported any more.

What downsides are there to merging this pull request?

N/A