-
Notifications
You must be signed in to change notification settings - Fork 5
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
SPM support #1
Comments
Hi, I'm not actually using this with SPM in any of my projects. But if you want to make a PR I can review it and merge it. I guess the OpenSSL.framework should also be SPM enabled for this to work no? |
Thank you for the answer, yes, OpenSSL should support it too. |
I've been taking a look at this and have stumbled into an issue. My goal is to distribute this as a binary framework (just like OpenSSL is at moment) but also specify the OpenSSL as a dependency. Doing this would mean if you specify Noise as a dependency in your project, SwiftPM would also fetch OpenSSL automatically. However, I don't seem to be able to specify dependencies for binaryTargets. If you have any ideas on this, would love to hear them. |
You are right, it seems like the binary package cannot have any dependencies right now: |
Yes, I actually tried that but ended up encountering a couple of different issues from it. If I have more time I'll give it another go. |
Hi,
What about adding Swift Package Manager support? SPM now does support binary frameworks.
If you want, I may help you with this.
The text was updated successfully, but these errors were encountered: