Skip to content
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

Add Swift Package Manager support #50

Merged
merged 5 commits into from
Jan 21, 2019
Merged

Add Swift Package Manager support #50

merged 5 commits into from
Jan 21, 2019

Conversation

insidegui
Copy link
Contributor

This implements support for SPM by including a Package.swift file. It was fairly easy to do since the project already follows the conventions.

I decided to not include the extensions in the package since most people (like myself) probably just want the protocol and algorithm for a command line tool or Swift on the server project. I tested it on a Linux machine and all tests passed.

The files LinuxMain.swift and Tests/XCTestManifests.swift are auto-generated using the command swift test --generate-linuxmain.

I also updated the readme to include information on how to use DifferenceKit with SPM.

@ra1028
Copy link
Owner

ra1028 commented Jan 21, 2019

Sorry for late reply.

Looks great 🎉
Thanks! @insidegui

@ra1028 ra1028 merged commit 30bac9d into ra1028:master Jan 21, 2019
@ra1028 ra1028 mentioned this pull request Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants