• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Code Signing and a Background Tool
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Code Signing and a Background Tool (From: Matt Patenaude <email@hidden>)

  • Prev by Date: How to use inline functions
  • Next by Date: Re: How to use inline functions
  • Previous by thread: Code Signing and a Background Tool
  • Next by thread: NSView/NSResponder returns YES
  • Index(es):
    • Date
    • Thread