bellebethcooper / cashew

macOS desktop app for GitHub issues
MIT License
26 stars 1 forks source link

Convert to Swift 5.0 syntax #71

Open tonyarnold opened 5 years ago

tonyarnold commented 5 years ago

This PR converts the project to use Swift 5.0 syntax, fixing up any deprecations or outright errors along the way.

Please merge #69 before this PR, as this PR contains the contents of build-fixes as well.

Notes

There are still a significant number of errors relating to NSError <-> Error conversions. I think the right approach for these is to open a follow-up PR that addresses how NSError is being used and where it is actually necessary.