On Mar 17, 2012, at 9:54 AM, Marco Tabini wrote: > 'm not an expert, but I think the free cert they provide cannot be used for > code signing.
It can’t. Only Apple’s certs will work with Gatekeeper. > One other alternative may be the Developer ID initiative that Apple has > announced as part of OS X 10.8 Mountain Lion, but I can't figure out if > that's still under NDA and don't want to incur the wrath of the mods :-) The good news is that Gatekeeper is actually already in Lion as a hidden feature, which you can enable via this command line: sudo spctl --enable and turn back off with: sudo spctl --disable By doing this, you can get a feel for what Gatekeeper will allow without having Mountain Lion or dealing with any NDAed stuff. Charles _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
