ipfs-shipyard / gomobile-ipfs

IPFS and libp2p on Mobile, with Gomobile
Other
319 stars 62 forks source link

Swift package manager support? #71

Open simonmcl opened 3 years ago

simonmcl commented 3 years ago

I'm trying to find an IPFS library to download some images on iOS. Came across this library from a blog article, but can't find any instructions on how to install it. The zipped releases seem to only contain the repository code.

Can you add support for Swift package manager? or provide some direction on how to include everything in a project?

gfanton commented 3 years ago

Let me first fix the CI and deployment in his current state, then I will add support for swift package manager

jefft0 commented 6 months ago

Hello @simonmcl . We are reviewing old issues. Are you still working with gomobile-ipfs in your project? Do you still have a need for Swift package manager support?

simonmcl commented 6 months ago

Hi @jefft0 , no i'm currently using a media proxy as it wasn't viable for my task to fetch each item via IPFS, and there wasn't much support. If theres more support for the protocol I may be able to add some other features in the future. If possible i'd add SPM support anyway as it will increase adoption

jefft0 commented 5 months ago

Thanks for the feedback. We will keep this open in the backlog as a tracking issue for when we have time to add support for SPM.