Re: [Pyobjc-dev] py2app builds fail leopard codesign integrity checks
Brought to you by:
ronaldoussoren
|
From: James R E. <ea...@ba...> - 2007-11-21 23:39:12
|
On Nov 21, 2007, at 14:13 , Ben Artin wrote: >> And if Apple indeed signed the stub on purpose they should allow for >> the signature to be removed somehow, > > Well, it can be removed by resigning the bundle with your own secure > identity, which you should do anyway. Thanks, Ben. You are exactly correct, and this is exactly what I was trying to do. The catch is that the normal codesigning procedure will gripe that the code is already signed, so you'll have to force it with the -f option (e.g. codesign -fs <myidentity> <my.app>). James -- Against stupidity the very Gods themselves contend in vain. |