ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.94k stars 948 forks source link

Swift 5 support #325

Closed lvandal closed 5 years ago

lvandal commented 5 years ago

Xcode 10.2 Beta now comes with Swift 5. Any plans on updating Reachability to support it? Thanks!

ashleymills commented 5 years ago

Yes, I’ll create a Swift 5 branch

Ashley Mills T: +44 7976 363 943 E: ashleymills@mac.com W: http://joylordsystems.com

On 29 Jan 2019, at 14:21, Luc Vandal notifications@github.com wrote:

Xcode 10.2 Beta now comes with Swift 5. Any plans on updating Reachability to support it? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ViniciusScorsatto commented 5 years ago

Hi guys, any update on that? Thanks a lot

dglancy commented 5 years ago

Swift 5 support out today. I am noticing some warnings in /master branch.

Any thoughts?

https://imgur.com/a/1vflDlA

ashleymills commented 5 years ago

Done!