-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update ReactiveSwift to 5.0 #112
Conversation
Package.swift
Outdated
.package(url: "https://github.com/antitypical/Result.git", from: "4.1.0"), | ||
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "5.0.0"), | ||
.package(url: "https://github.com/Quick/Quick.git", from: "2.0.0"), | ||
.package(url: "https://github.com/Quick/Nimble.git", from: "8.0.1"), |
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.
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
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.
The podspec also needs to be updated.
@@ -389,7 +389,7 @@ | |||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | |||
CURRENT_PROJECT_VERSION = 1; | |||
GCC_NO_COMMON_BLOCKS = YES; | |||
MACOSX_DEPLOYMENT_TARGET = 10.9; | |||
MACOSX_DEPLOYMENT_TARGET = 10.10; |
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.
Instead of changing the deployment target for the project/framework, can you change it just for the test target?
Thanks for taking this on! |
No worries at all, I'm happy to help! I think I've addressed all of the PR comments. I'm not sure why |
Weird. I think we need to figure that out. Any ideas, @ikesyo? |
CocoaPods's version is the problem so updated in 291a87a. |
No description provided.