Re: Signing for Gatekeeper not working?
Re: Signing for Gatekeeper not working?
- Subject: Re: Signing for Gatekeeper not working?
- From: Ken Thomases <email@hidden>
- Date: Fri, 27 Jul 2012 18:22:04 -0500
On Jul 27, 2012, at 5:44 PM, Nick Zitzmann wrote:
> Even though we have valid Apple-signed certificates, for some reason Gatekeeper under Mountain Lion is refusing to run one of our apps. What do I have to do to get this to work?
>
> If I run codesign on the app bundle to check the signature, it looks correct to me:
>
> % codesign -dvv OurApp.app
> Executable=/Volumes/OurApp/OurApp.app/Contents/MacOS/OurApp
> Identifier=com.chronos.OurApp
> Format=bundle with Mach-O thin (x86_64)
> CodeDirectory v=20100 size=2389 flags=0x0(none) hashes=113+3 location=embedded
> Signature size=4334
> Authority=3rd Party Mac Developer Application: Chronos LLC
> Authority=Apple Worldwide Developer Relations Certification Authority
> Authority=Apple Root CA
> Signed Time=Jul 24, 2012 2:03:44 PM
> Info.plist entries=27
> Sealed Resources rules=4 files=51
> Internal requirements count=1 size=356
>
> But Gatekeeper still won't run it, and nothing is getting logged to the console that would provide any additional insight. What's going on here?
You have signed with the wrong signing identity. You have used 3rd Party Mac Developer Application: Chronos LLC which is only for submission to the Mac App Store. You need to use Developer ID Application: Chronos LLC.
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