• 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 custom installer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code Signing and custom installer


  • Subject: Re: Code Signing and custom installer
  • From: Ken Thomases <email@hidden>
  • Date: Mon, 13 Aug 2012 09:59:55 -0500

On Aug 13, 2012, at 5:39 AM, Jon Hodgson wrote:

> My software uses a custom installer (which is actually a wrapper app
> that runs several standard installer pkgs and does some other
> associated setting up).
>
> So, do I sign it with an Application certificate, or an installer one?

You have made an app.  Apple's technologies have no way of knowing, nor any reason to care, that what your app does is "install" stuff.  It's an app.  You sign it with the Developer ID Application identity.

Installer packages, anything which is effectively a document for Installer.app or the installer command-line tool, should be signed with the Developer ID Installer identity.

Another way of putting this is: you use the Application identity with the codesign tool, you use the Installer identity with the productsign tool.

Regards,
Ken


 _______________________________________________
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

References: 
 >Code Signing and custom installer (From: Jon Hodgson <email@hidden>)

  • Prev by Date: Re: "Closed" Radar Bugs not fixed?
  • Next by Date: Re: Xcode does not stop at breakpoints in UnitTest
  • Previous by thread: Code Signing and custom installer
  • Next by thread: Re: "Closed" Radar Bugs not fixed?
  • Index(es):
    • Date
    • Thread