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

Updates to work with RxSwift 3.0.0 release #16

Merged
merged 10 commits into from
Nov 4, 2016

Conversation

samscam
Copy link
Contributor

@samscam samscam commented Oct 28, 2016

I updated the dependencies to use the 3.0.0 releases of RxSwift/RxCocoa - along with RxDataSources 1.0.0 in the example app.

It threw up a couple of minor syntax changes:
• creating AnonymousDisposables can now only be done via Disposables.create
self.tableView.rx.model(at: indexPath) needs the explicit "at" (this used in the example app)

With the build setting for ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES I've removed them again, erring on the side of stopping Cocoapods from complaining even though Xcode will disagree. You kinda can't win with this at the moment :/

Updated the version number (0.3.0 without the rc bit). The podspec lints ok for me with Cocoapods 1.1.1 so should be good to go.

This was referenced Oct 28, 2016
@chrisjrex
Copy link

is there anyway i can point to this branch before the pull request is accepted? would like to do some testing on my app. but can't build without this

@serluca
Copy link
Contributor

serluca commented Nov 2, 2016

@chrisjrex you could use the master branch

@chrisjrex
Copy link

thanks

@scotteg scotteg merged commit a1b18d0 into RxSwiftCommunity:master Nov 4, 2016
This pull request was closed.
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