Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的团队使用 CocoaPods 进行包管理,我们只是将主项目和 Podfile 提交到 svn,不提交 3rd 方库。每个人都执行“pod install”来获取所有第三个库。我的问题是:如果我们需要对某些 3rd 库进行一些修改,如何通过 svn 将更改同步到其他成员?
我将创建一个包含库的源代码树的本地 pod(参见例如此处和此处)。为此,您将其导入 VC 中的目录并指向Podfile您的修改所在的路径。您当然需要手动合并库中的上游更改。
Podfile