swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
962 stars 193 forks source link

Swift 2 Migration #17

Closed adomanico closed 9 years ago

adomanico commented 9 years ago

Migrated the project, info.plist, SwiftCSV and test to swift 2 syntax.

Should merge once Xcode 7 and Swift 2 go live

naoty commented 9 years ago

@adomanico Thanks! I don't want to merge this commit into master until Xcode 7 and Swift 2 become stable. Instead, I pushed swift-2 branch just now. Would you change the target into this branch?

adomanico commented 9 years ago

Ok np. Here is the new PR with swift2 branch target https://github.com/naoty/SwiftCSV/pull/18