Release/6.0.0#242
Conversation
504e7f1 to
94b6a07
Compare
94b6a07 to
d07c6e6
Compare
Liquidsoul
left a comment
There was a problem hiding this comment.
Ran some tests with Xcode 8.2 and everything seems to be working fine 👍
|
I've added one last commit to add more information for Carthage users. I think that:
Then I've decided to stop doing swift-2.3 specific branches just for so few people. Those people have alternatives anyway, and I don't want to lose time maintaining that old branch any longer for an obsoleted Swift version which is already not supported anymore in latest Xcode. Most of Carthage users likely have already migrated to Swift 3.0 anyway so they'll be OK, and those who haven't are likely to stick with old versions of their dependencies anyway, including OHHTTPStubs 5.2.3, so it's probably not worth losing our maintainers time for this |
| [](https://github.com/Carthage/Carthage) | ||
| [](https://travis-ci.org/AliSoftware/OHHTTPStubs) | ||
| [](https://swift.org) | ||
| [](https://swift.org) |
There was a problem hiding this comment.
Shouldn't the markdown badge [Language: Swift 3.1], even if not displayed, be updated to what the shield shows for consistency? (meaning Swift-2.3/3.0/3.1)
Checklist
Description
This branch contains the next release 6.0.0 of OHHTTPStubs.
This also closes #228 & #222.
Motivation and Context
This PR is to ensure the 6.0.0 release branch compiles correctly in all environments, by letting the CI matrix check them all, before officially making the release.