Swift Package Manager
Closed this issue · 7 comments
The swift package manager makes it a lot easier to manage third party libraries. This library should also support the new package manager
I don't use the Swift package manager but can't you close this ticket now?
I think in the long term, the native swift package manager will be the most important one, and thus it is reasonable to support it. I will leave this issue open until I or somebody else finds the time to integrate it
Okay. Based on the README I assumed it was already supported.
When trying to use the native Swift Package Manager I get the following:
error: package has unsupported layout; found loose source files.
I get this using both branches "master" and "v2.0". I have Swift 4.2 installed.
@CraigOpie you might be interested in the following PR #37
This has been implemented for the base package. Please let me know if you run into any issues. Tests haven't been added as some tests requires Tools/ and requires some refactoring of the Xcode project to get working. See #36