-
Notifications
You must be signed in to change notification settings - Fork 17
Swift 5 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift 5 #13
Conversation
| pod "Hue", "~> 2.0.0" | ||
| pod "Kingfisher", "~> 3.2.0" | ||
| pod "Hue", git: "https://github.com/zenangst/Hue.git", tag: "5.0.0" | ||
| pod "Kingfisher", git: "https://github.com/onevcat/Kingfisher.git", tag: "5.7.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metrics/LineLength: Line is too long. [82/80]
|
|
||
| target :iCookTV do | ||
| pod "Alamofire", "~> 4.2.0" | ||
| pod "Alamofire", git: "https://github.com/Alamofire/Alamofire.git", tag: "4.8.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metrics/LineLength: Line is too long. [82/80]
Codecov Report
|
Codecov Report
|
9fe8be1 to
908f693
Compare
908f693 to
fe4b5fa
Compare
Generated by 🚫 Danger |
|
@bcylin sorry for delaying so long. Could you please help rebase it and I'm gonna merge it then wrap up a new version. |
9798751 to
ce5c3f3
Compare
|
@bcylin Thanks! Much appreciated. |
Part the subsequent updates of #9. Update the codebase to the latest Swift syntax and Xcode 10.3.
⬜️ Remove R.swift
⬜️ Replace Freddy with Swift Codable
⬜️ Replace Quick and Nimble with XCTest
✅ Update the project to Xcode 10.3 with Swift 5