swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
947 stars 190 forks source link

Refactor resource helper to correctly get resource URLs when building in Xcode #132

Closed Diggory closed 11 months ago

Diggory commented 11 months ago

Bumps swift-tools-version from 5.0 to 5.5 which allows SPM bundle resources. Moves Test sample CSV files to their own directory. Changes tests to fail instead of crash if test data file cannot be loaded. Updates ResourceHelper to better handle finding URLs of test resource files either from SPM or from the Xcode project.

Diggory commented 11 months ago

Should fix #130