Skip to content
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

Merged
merged 8 commits into from
Apr 3, 2019
Merged

Conversation

mattprowse
Copy link
Contributor

No description provided.

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"),

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)

Copy link
Member

@mdiep mdiep left a 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;
Copy link
Member

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?

@mdiep
Copy link
Member

mdiep commented Mar 20, 2019

Thanks for taking this on!

@mattprowse
Copy link
Contributor Author

No worries at all, I'm happy to help! I think I've addressed all of the PR comments. I'm not sure why pod lib lint is erroring on Travis though. It's succeeding for me locally.

@mdiep
Copy link
Member

mdiep commented Mar 21, 2019

Weird. I think we need to figure that out. Any ideas, @ikesyo?

@ikesyo
Copy link
Member

ikesyo commented Apr 3, 2019

CocoaPods's version is the problem so updated in 291a87a.

@ikesyo ikesyo merged commit 699e6ac into Carthage:master Apr 3, 2019
@mattprowse mattprowse deleted the reactiveswift-5.0 branch March 31, 2021 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants