Objective-C 的构建和依赖工具,例如 ant+ivy / maven?

发布于 2024-11-15 18:00:40 字数 513 浏览 3 评论 0原文

我正在为 Objective-C 寻找一个好的构建和依赖工具,例如用于构建的 ant 和用于依赖项的 ivy。

我知道 xcode 有一些 Maven 插件:

https://github.com/jendave/maven-xcodebuild-plugin

但我正在寻找社区对推荐内容的阅读。实际上我根本没有看到这方面的太多资源。

然而,有很多使用 Hudson 与 obj c 项目持续集成的链接,例如:

http://nachbaur.com/blog/how-to-automate-your-iphone-app-builds-with-hudson

我正在寻找有关构建方面的更多方向。

I'm looking for a good build and dependency tool for objective-c such as ant for build and ivy for dependencies.

I'm aware there are a few maven plugins for xcode :

https://github.com/jendave/maven-xcodebuild-plugin

But I'm looking for the community's read on what's recommended. I don't actually see many resources on this front at all.

There are however lots of links to using Hudson for continuous integration with obj c projects such as :

http://nachbaur.com/blog/how-to-automate-your-iphone-app-builds-with-hudson

I'm looking for more direction on the build side of things.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枫林﹌晚霞¤ 2024-11-22 18:00:40

对于依赖项,您可以使用 CocoaPods。 Xcode 附带了一个名为 xcodebuild 的(命令行)工具。可以通过从命令行运行 man xcodebuild 来找到这些文档。我不知道有什么可以整合这两者,但我可能是错的。您可以编写一个脚本来组合它们,然后从 Hudson 调用该脚本。 Hudson 的问题是它必须在 Mac 上运行,以便它可以访问标头和命令行工具。

For dependencies, you could use CocoaPods. There is a (command line) tool that ships with Xcode called xcodebuild. The docs can be found by running man xcodebuild from the command line. I don't know of anything that integrates those two, but I could be wrong. You could write a script to combine them, and then call that script from Hudson. The problem with Hudson is that is has to be running on a Mac so it has access to the headers and command line tools.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文