我怎样才能签署由第三方提供的版本iphone二进制? [英] How can I sign a release iphone binary provided by a 3rd party?

查看:151
本文介绍了我怎样才能签署由第三方提供的版本iphone二进制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到了公司通过外包公司工作,我开发的iPhone应用程序。我没有访问源,只有一个编译的二进制。我希望能够用我们的证书,配置信息等这样我就可以将其提交给App Store的上签字。我怎么会去这样做?我知道存在的 codesign ,但不能真正神交如何正确地使用它为iPhone从该名男子页。

I have received an iPhone application developed for the company I work for by an outsourcing company. I do not have access to the source, only a compiled binary. I want to be able to sign it using our certificate, provisioning info, etc so I can submit it to the app store. How do I go about doing this? I'm aware of the existence of the codesign but can't really grok how to use it properly for iPhone from the man page.

推荐答案

在你创建和安装分发证书,你可以从终端像这样codesign:

After you have a distribution certificate created and installed, you can codesign from the Terminal like so:

cd <path to folder containing YourApp.app>

/usr/bin/codesign -f -s "iPhone Distribution: Your Company Name" --resource-rules=<full_path_to>/YourApp.app/ResourceRules.plist <full_path_to>/YourApp.app

这是当它体征X程序code做了什么。

This is what Xcode does when it signs an app.

这篇关于我怎样才能签署由第三方提供的版本iphone二进制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆