Hi folks! Are you aware of any way to publish cocoapods with kmmbridge to git lfs?
r
russhwolf
08/08/2023, 10:27 PM
We haven't really done anything with LFS, but I know some other folks have tried. In principle, as long as you can get a url for where the artifact will be, it should be possible to write an ArtifactManager for it.
p
Pasha Finkelshteyn
08/11/2023, 7:39 AM
Yeah, I did some experiments and realized that there is no easy way to autouplaod the artifact to lfs — one should make a commit to repository. But potentally it might be very interesting for cocoapods publication: just publish new spec and new framework in one commit. The spec will know the address of the blob because well… it's in the same repo (at least on github)