bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 119 forks source link

Swift3 upgraded project #189

Closed dave256 closed 8 years ago

dave256 commented 8 years ago

when opening Freddy with Xcode 8, it wants to update the project, so I let Xcode 8 beta 4 update the project.

I also fixed the syntax warnings mentioned in #188

dave256 commented 8 years ago

Ah, I see the Travis CI build failed - it looks like it's still using Xcode 7. Perhaps that's why the project file hasn't been updated to Xcode 8. Feel free to cherry-pick the other commits that fix the syntax warnings if you want.

zwaldowski commented 8 years ago

See swift3 and #191. Thanks!