MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
556 stars 69 forks source link

Swift 4 migration #226

Open webframp opened 6 years ago

webframp commented 6 years ago

Swift 4 bring some necessary migrations for the existing code.

Primarily the implicit objc inference behavior is removed:

anyone is welcome to work on this, just let me know so we don't duplicate effort.

webframp commented 6 years ago

more work is still needed

webframp commented 6 years ago

Waiting on https://github.com/dropbox/SwiftyDropbox/issues/173

michaeleverson commented 5 years ago

I've been working on this one. Please have a look when you get a chance. #234

Are we wanting to go to 4.2?

michaeleverson commented 5 years ago

I've also removed the old style String use, but feel this would need move testing as the implications of editing this are bigger. #235