Skip to content

Conversation

@Vkt0r
Copy link
Member

@Vkt0r Vkt0r commented Mar 22, 2018

Hi guys,

Just a small changes in code. Big changes nevertheless updating the Pods.

CHANGES:

• Remove redundancy in the .gitignore regarding Carthage.
• Update the dependencies in the Cartfile & Podfile
• Update DemoTest to Swift 4 updating the project settings and removing warnings.
• Replace the deprecated addDisposableTo(_:) in favor of disposed(by:) in the DemoTest.

• Remove redundancy in the .gitignore regarding Carthage. • Update the dependencies in the Cartfile & Podfile • Update DemoTest to Swift 4 updating the project settings and removing warnings. • Replace the deprecated `addDisposableTo(_:)` in favor of `disposed(by:)`.
@Vkt0r Vkt0r requested a review from ashfurrow March 22, 2018 15:16
@Vkt0r
Copy link
Member Author

Vkt0r commented Mar 22, 2018

Not sure about the current structure of the CHANGELOG.md. Please let me know about the structure because I'm seeing

Current master

@ashfurrow
Copy link
Member

@Vkt0r you should replace the - Nothing yet! with a markdown list item describing the change, similar to list items shown other versions.

@Vkt0r
Copy link
Member Author

Vkt0r commented Mar 22, 2018

@ashfurrow Thanks 👍. Done !!

Copy link
Member

@ashfurrow ashfurrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one question.



func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
private func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason this is private?

@Vkt0r
Copy link
Member Author

Vkt0r commented Mar 22, 2018

@ashfurrow 😅 Good catch!!, no idea where that was coming. It was XCode with the fix warnings, crazy.

@ashfurrow ashfurrow merged commit ff2161d into RxSwiftCommunity:master Mar 22, 2018
@ashfurrow
Copy link
Member

I released this as 4.3.0, it should be available through Carthage and CocoaPods. Thanks again!

@Vkt0r Vkt0r deleted the update-project branch March 22, 2018 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants