Daniel1of1 / CSwiftV

A csv parser written in swift conforming to rfc4180
BSD 3-Clause "New" or "Revised" License
171 stars 46 forks source link

Updated to Swift 3.0 for Xcode 8 Beta 2 #21

Closed nvgrw closed 8 years ago

nvgrw commented 8 years ago

So like PR #18 and #19, I too ran the migration tool to update the project and tests to Swift 3.0. I then fixed the bits that broke between Beta 1 and Beta 2 for use in my own project. I also upgraded the CSwiftV Xcode project to the new recommended settings, which means that whole module optimisation is now enabled for all targets. All tests are passing.

Since those two PRs exist already I'm not expecting this to be merged, but for anyone that is looking for a version that works with Swift 3.0 on Xcode 8 Beta 2, perhaps you might consider to use my fork for the time being.

Daniel1of1 commented 8 years ago

Hi @notronik - I was going through outstanding PRs in chronological order (ish) so got in swift 3.0 with #18 and #19. Thank you for taking the time to maintain the fork and sorry for taking so long to get back. Now building on Beta 3.

I'll close this now since it's been brought in from previous PRs.