Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for checked-in Pods? #603
Open
Comments
|
Hi @grav If you have
|
|
A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're checking in our
Podsdirectory into source control. This means that thepod installcommand is only ever run, if a developer wants to install a new dependency.Reading through the CocoaPods part of the XcodeGen-docs, it seems that there isn't a good solution for this? I guess, if CocoaPods allowed for separating downloading deps from integrating deps, it should be possible to just integrate the pods after generating the project.