Thanks everyone for your help. I discovered that the latest version of Xcode (3.2.6) includes productsign. I was able to get a properly signed pkg using productsign.
BTW, neither of my suggestions below worked. productsign has some dependency that prevented a straight copy from an Xcode 4.2 install.
On May 22, 2012, at 8:34 AM, Mitchell Laurren-Ring wrote: Can I use my Developer ID application certificate to sign use packagemaker?
Can I copy the productsign command line tool from a 4.2 install to my build machine? Or does it need supporting libraries?
On May 22, 2012, at 12:19 AM, Rustam Muginov wrote: Then, you can not sign using Developer ID Installer certificate. I would suggest installing Xcode 4.2 into separate folder and use only "producsign" from it, 4.2 is the latest version which running under 10.6.8
-- Sincerely, Rustam Muginov
On May 21, 2012, at 11:53 PM, Mitchell Laurren-Ring wrote: We have to build on 10.6/Xcode 3.x and productsign isn't available. /Mick Sent from my iPad On May 21, 2012, at 21:48, Prema Kumar < email@hidden> wrote:
Hi, We have phased the same issue when we used the “packagemaker” command to sign the installer. We used the following command to sign. This will solve the problem. productsign --sign regards Prema
Can the packagemaker command line tool still be used for signing installer packages?
I'm using --root to build my package and then using the --sign/--certificate options to sign it. The certificate I'm using is the "install" certificate I got from Apple.
The installer runs fine from my build machine, but after I download it from our website, Finder reports that it may be "damaged" and advises I unmount the disk image.
When I run pkgutil --check-signature:
Status: signed by a certificate trusted by Mac OS X
2. Developer ID Certification Authority
Running spctl -a -v --type install on the package gives me:
Confidentiality notice: This message may contain confidential information. It is intended only for the person to whom it is addressed. If you are not that person, you should not use this message. We request that you
notify us by replying to this message, and then delete all copies including any contained in your reply. Thank you.
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|