trivago / Heimdallr.swift

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

Migrate to Swift 3.0 #87

Open emu742 opened 8 years ago

emu742 commented 8 years ago

The default migration tool to Swift 3.0 in Xcode 8 beta leaves a few errors in Heimdallr. It'd be nice to have an updated SwiftyJSON source available for Swift 3.0.

Thanks!

hffmnn commented 8 years ago

Hi emu742,

What do you mean with an updated SwiftyJSON source available? We do not have SwiftyJSON as dependency. Did you manage to resolve the errors after the automatic migration? If so, we might have something like a Swift 3.0 branch.

Regards.

pk1 commented 7 years ago

What is the correct way to migrate to Swift 3.0? As far as I can see you guys do not have an Swift 3.0 Branch available. Does this mean that I need to use the convert function from within Xcode?

Update:

I just saw #94.