Re: [Pyobjc-dev] py2app builds fail leopard codesign integrity checks
Brought to you by:
ronaldoussoren
|
From: Bill B. <bb...@ma...> - 2007-11-22 01:15:17
|
On Nov 21, 2007, at 1:41 PM, Jack Jansen wrote: > On 20-Nov-2007, at 19:03 , Ronald Oussoren wrote: >> Py2app isn't signing code. The problem is that the py2app >> executable stub inside the py2app package is signed by Apple (it >> isn't signed in the repository). > Interesting. The first question that comes to mind is: Should Apple > be signing those stubs in the first place? Do they sign other > components that are going to be repackaged and redistributed by the > end user (such as static libraries)? I'm tempted to say Apple should > not sign the stub. It was a default that fell through the cracks; the stubs were not added to an exception list *not* to be signed during the mastering process. Bug filed. b.bum |