You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding Carthage, I'm not a fan of checking in copies of dependencies' source but I've left it that way ever since #169 because that was such a nightmare with me trying to get CocoaPods to work before @tonyarnold rescued the switch away from the latent CocoaSeeds. Curious about your thoughts on ignoring the Carthage/ dir since the scripts use the tool to bootstrap anyway.
I agree that the committed copies are awkward. I'm for removing them and adding them to .gitignore, or replacing them with submodules if Carthage supports that.
The text was updated successfully, but these errors were encountered:
It sounds like --use-submodules is only worth the extra tracking if we intend to modify the dependencies in-place and push changes upstream. I don't know that that's likely, so I'll opt for the .gitignore solution instead.
Splitting out from #334
The text was updated successfully, but these errors were encountered: