Re: Code Signing sample?
Re: Code Signing sample?
- Subject: Re: Code Signing sample?
- From: Chris Espinosa <email@hidden>
- Date: Sun, 29 Mar 2009 23:11:41 -0700
On Mar 29, 2009, at 5:58 PM, Rich Collyer wrote:
I am asking about Mac OS X application code signing.
There was a session on it at the WWDC last year and there is Code
Signing Guide from Apple, but it is pre-Xcode 3.1.
I don't know of any changes in Mac code signing since Leopard/Xcode 3.0,
The document that Chris references is not particularly useful for
development.
I guess I'm unsure on what you think development with code signing
entails. You get a signing certificate, you add an entitlements
plist, you set the build setting to sign the code, and there are
things that happen when your code is downloaded and run as a
consequence of that. That's the gist; there aren't any APIs to call
or code to write.
The codesign(1) man page has more details of what the variations of
the code signing process are, but Xcode uses it in a fairly proscribed
way; you can of course drive it yourself in a Run Script build phase
if you wish.
I was at the Code Sign session last year but I haven't reviewed the
video or slides of it. I don't recall that it goes far beyond what
the Code Signing Guide does.
If you have a particular question about code signing the email@hidden
list might be of some assistance, or its archives at http://lists.apple.com/archives/Apple-cdsa/2009/Mar/threads.html
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden