-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift Package Manager #58
Conversation
@kgn looks like Travis CI breaking again Any ideas on how to fix? |
Looks good - nice one. |
unless @kgn can you fix the conflicts by pulling latest develop? |
hmm, I'm not sure what's conflicting. I tried to rebase the changes from naoty/develop onto my branch but still saying there are conflicts |
@swiftylondon all my changes were after your last commit to |
@kgn it looks like there are some conflicts...^^ can you resolve them? |
@kgn I'm by no means a SwiftPM expert, so could you have a look at the state of everything now that the repository is cleaned up a bit? |
Closed via #77 as a working example |
I added support for Swift Package Manager, the changes needed to get this working were:
Sources
directoryTests/SwiftCSVTests
swift test
I also added support for running the tests on Linux to make sure the library works on that platform. There is a simple
Dockerfile
to run the tests by runningdocker build .
in the root of the project.