Re: Code Signing and a Background Tool
Re: Code Signing and a Background Tool
- Subject: Re: Code Signing and a Background Tool
- From: Jerry Krinock <email@hidden>
- Date: Thu, 13 Jan 2011 07:29:28 -0800
First of all, you're on the wrong email list for this topic. Search the archives of Apple CDSA <email@hidden> for an answer to your question, and re-post over there if you still have trouble.
Signing background tools in app packages can be tricky. Here is a comment from a script that I wrote to ship my products:
# The 'codesign' tool will make up its own code signing "identitifer" based on a couple of different inputs, but I don't like the idea of leaving such an important parameter up to a somewhat indeterminate algorithm. Also, usually you want all executables in the package to be signed with the same identity, and to do that the identity must be passed to codesign explicitly. Note that I said same identi*ty*, not identi*fier*. Code signing identifiers should be unique.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden