【问题标题】:Xcode, GitHub and third-party frameworksXcode、GitHub 和第三方框架
【发布时间】:2013-10-20 13:16:49
【问题描述】:

我计划将我当前的本地 Git 存储库(由 Xcode 5 管理)迁移到 GitHub,并找到了一些有关如何执行此操作的教程。

我的问题是如何包含我在 GitHub 中的项目中使用的第三方框架。 其中大多数不是基于 GitHub 的,例如CorePlot(基于 Google),Parse.com(Zip 下载)。

我应该如何将这些框架添加到基于 GitHub 的框架中?

【问题讨论】:

标签: ios xcode git github


【解决方案1】:

您可以使用 git submodules 来保持对其他 repo 的引用。

对于 CorePlot,这是一个 mercurial 存储库,您可以使用 git-hg,如“Is there a way to use a Mercurial repository as Git submodule?”中所述。
或者...直接使用它的GitHub mirror repo for CorePlot 作为子模块!

【讨论】:

    猜你喜欢
    • 2014-04-23
    • 1970-01-01
    • 1970-01-01
    • 2014-06-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-09
    相关资源
    最近更新 更多