PodsUpdater
PodsUpdater copied to clipboard
Interested in Carthage support?
If there’s public interest I’d be happy to contribute support for Carthage.
This would be a nice feature. But how would it be implemented though, considering Carthage does not have a central repo like CocoaPods?
It could use the same internal logic Carthage does, just ping the repository and parse version info. It could also give you warnings if you hadn’t linked the frameworks (whereas that happens automatically with cocoa pods) and maybe even write the boilerplate build phase that works around the dsym issue automatically - or at least give a similar warning.
I'd love to see this happen. You can proceed with this feature, let's see how it goes.
Cool stuff, I'm not sure when I'll have the spare time but I will keep this in the back of my head. Thanks for the interest!
Please take your time. However long it takes to implement the feature, I don't mind. Cheers.