arcam / CocoaUPnP

CocoaUPnP is a logical progression of upnpx; designed to be easy, modern and block-based.
MIT License
85 stars 40 forks source link

Add support for Swift Package Manager #63

Open Jeehut opened 3 years ago

Jeehut commented 3 years ago

I needed to use 2 forks for dependencies to support SwiftPM (once they are merged, we can go back to the original repos). Also, I had some linking issues with the current structure, so I had to flatten the files. I'm sure it's fixable somehow by specifying options in the config, but didn't have the time to figure it out.

squarefrog commented 3 years ago

This is wild, thanks for the PR! I'll need some time to look through and see what the impact is from the restructure.