Xcode配置文件



有什么方法可以在代码中测试使用的证书吗?(开发配置文件还是分发配置文件?)

打开终端并转到存储.app文件的文件夹。然后写下下面的命令。

$codesign-d-vv YOUR_APP_NAME.APP/YOUR_APP_NAME

它将打印如下信息。

Executable=/Users/craig/Projects/FrenzicTouch/build/Distribution-iphoneos/Frenzic.app/Frenzic
Identifier=com.iconfactory.Frenzic
Format=bundle with Mach-O thin (armv6)
...
Signature size=4331
*Authority=iPhone Distribution: The Iconfactory*
Authority=Apple Worldwide Developer Relations Certification Authority
Authority=Apple Root CA
Signed Time=Nov 12, 2008 1:46:07 PM
...

检查权限。如果它有iPhone分发,它与其他开发者的分发配置文件签名。

相关内容

最新更新