Xcode / 构建自动化 - 如何将代码签名身份作为参数传递给 xcodebuild?
我正在尝试使用 hudson 和 ruby 脚本的混搭来自动化我们的整个构建过程。是否可以将版本控制系统、捆绑版本、代码签名身份和权利的值作为参数传递给 xcodebuild?
I'm trying to automate our entire build process using hudson and a mashup of ruby scripts. Is it possible to pass the values for Versioning System, Bundle Version, Code Signing Identity and Entitlements as arguments to xcodebuild?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
+1 使用 hudson 来自动化构建过程,它创造了一个很好的开发环境。
xcodebuild -help
您可以指定对您有帮助的各种内容。您可能需要配置一些方案或配置才能完全满足您的需求,但这应该都是可行的。
+1 for using hudson to automate your build process, it makes for a great development environment.
xcodebuild -help
You can specify all sorts of things that should help you. You will possibly have to configure some schemes or configurations to get exactly what you need, but it should all be do-able.
在 Xcode 5 中,我们使用 CODE_SIGN_IDENTITY
In Xcode 5 we are using CODE_SIGN_IDENTITY