Re: [Pythonmac-SIG] Code signing py2app generated apps

2014-06-08 Thread Brendan Simon (eTRIX)
> On 6/7/14, 9:31 AM, Brendan Simon (eTRIX) wrote: >> Is there anything special one needs to do to sign py2app generated >> apps ? >> >> I've tried: codesign -s >> >> but I when verifying it with "codesign -v" I get: >> >> src/dist/SureAnalysis.app: Unknown format in import. >> In arc

Re: [Pythonmac-SIG] Code signing py2app generated apps

2014-06-07 Thread Kevin Walzer
On 6/7/14, 9:31 AM, Brendan Simon (eTRIX) wrote: Is there anything special one needs to do to sign py2app generated apps ? I've tried: codesign -s but I when verifying it with "codesign -v" I get: src/dist/SureAnalysis.app: Unknown format in import. In architecture: i386 The cert

[Pythonmac-SIG] Code signing py2app generated apps

2014-06-07 Thread Brendan Simon (eTRIX)
Is there anything special one needs to do to sign py2app generated apps ? I've tried: codesign -s but I when verifying it with "codesign -v" I get: src/dist/SureAnalysis.app: Unknown format in import. In architecture: i386 The certificate is a .p12 file that was imported with KeyChai