-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BREAKING] Migrate to Swift 4.1 and drop Swift 3.x support #515
Conversation
https://travis-ci.org/Quick/Nimble/jobs/364948714 -> Nimble (7.1.0) - ERROR | swift: Specification `Nimble` specifies an inconsistent `swift_version` (`4.0`) compared to the one present in your `.swift-version` file (`4.1`). Please remove the `.swift-version` file which is now deprecated and only use the `swift_version` attribute within your podspec. This is annoying... EDITED: This will not be an issue once CocoaPods 1.6.0 is released. CocoaPods/CocoaPods#7436 |
@Quick/core Please review 🙏 |
Looks good to me 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to see this get cleaned up 👌🏻
🚢 Let's get rid of the (swift>= 4.0) version check. |
Thanks all! 🎉 |
[BREAKING] Migrate to Swift 4.1 and drop Swift 3.x support
Ref: #514