instacart / TrueTime.swift

NTP library for Swift and Objective-C. Get the true time impervious to device clock changes.
https://tech.instacart.com/truetime/
Apache License 2.0
590 stars 134 forks source link

Migrate to Swift 5 and use native `Result` #71

Closed kardeslik closed 5 years ago

kardeslik commented 5 years ago

What did you change and why?

I've migrated the project to Swift 5 and use platform's native Result to remove third party dependency.

Potential risks introduced?

None.

What tests were performed (include steps)?

All tests are passing and sample app works correctly.

Checklist

kardeslik commented 5 years ago

Hey @dhavalshreyas, Is there anything I need to do to get this pr merged?