trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Use `Result` in Swift standard library instead of from a dependency. #124

Closed arthurgau0419 closed 3 years ago

arthurgau0419 commented 4 years ago

Since Swift 5.0 we can use Result from standard library. There is no need for adding a Result module from dependency.

bkorda commented 4 years ago

Could you merge it please?

arthurgau0419 commented 4 years ago

Sorry ,but I don't have the write access to merge this. 😢

donnywdavis commented 3 years ago

@arthurgau0419 @bkorda Sorry that this slipped through the cracks. I thought that this was already merged at some point. 🙈 Merging this now, it'll be available on master and will see about creating a new release soon.