-
Notifications
You must be signed in to change notification settings - Fork 10
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 Support #10
Comments
Sorry for the late reply. SPM does not yet support iOS and so is not yet suitable for using for this. |
@NeoTeo is there any way to support both swiftpackage manager and others as just merged in the VarInt repository |
I only intend to support the Swift Package Manager now that iOS support is coming. |
Was support announced @NeoTeo? |
Yes, the SPM doc now states "Xcode 11 integrates with libSwiftPM to provide support for iOS, watchOS, and tvOS platforms." |
@NeoTeo Any update on SPM support? I'm trying to add IPFS support to the package i'm building. I'm trying to use: https://github.com/ipfs-shipyard/swift-ipfs-http-client in my swift package, building it with carthage and include the outputs in my package is failing because I can't seem to build it on an M1 mac:
I can't find any good solution to using IPFS in iOS, any info would be helpful |
Add support for Swift Package Manager
Previously discussed here.
The text was updated successfully, but these errors were encountered: