Bradleycorn
04/25/2025, 3:00 PMBradleycorn
04/25/2025, 3:13 PMkpgalligan
04/28/2025, 2:10 AMkpgalligan
04/28/2025, 2:11 AMkpgalligan
04/28/2025, 2:14 AMBradleycorn
04/28/2025, 1:06 PMn summary, instead of publishing a binary to a specific version number, you publish a binary attached to a branch.ah, that's an interesting approach. It kind of marries the local dev flow (point it at a branch [ref], and build that branch) with the "published flow" (point at a release/tag [ref], and get a binary from it). I've been trying to come up with a decent way using the local dev flow to specify which kmp repo branch to pull (store it some file that gets checked into the repo or something), but haven't come up with any great solutions. But telling spm to look at a specific branch is a pretty good way to handle it. We're still on cocoapods at the moment, but we're going to move to spm soon.