Re: Code Signing for Mountain Lion

2012-09-02 Thread Jerry Krinock
Pascal, I prepared a reply to your question but did not post because I realized 
this is too far off the topic of Cocoa.

Please subscribe to apple-c...@lists.apple.com and re-post over there.  You'll 
get better replies.


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Code Signing for Mountain Lion

2012-09-02 Thread Pascal Harris
I'm just updating one of my more useful little tools (Locamatic) so that it is 
code signed for Mountain Lion.  I know in advance that this program won't be 
suitable for the app store, firstly because it's a Preference Pane and secondly 
because it schedules shell scripts (packaged within the pref pane) to execute 
when certain conditions are met (gateway changes).  I'd like to code sign it so 
that users can download it from my website and use it without breaching the 
default gatekeeper configuration though.

I have two questions regarding this:
1.  Do the internal shell scripts have to be signed separately (and as a 
corollary, can shell scripts be signed)?
2.  When I sign the preference pane (using codesign) everything appears to be 
successful.  When I verify with codesign, it returns nothing (which I 
understand to be a good thing).  However, when I then download my finished 
prefpane to my test vm, also with Mountain Lion, it fails to pass GateKeeper 
(can't be opened because it is from an unidentified developer).  What am I 
doing wrong?

Thanks as always, and regards,

Pascal
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com