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 <certificate-identifier> <path-to-my-app>

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 KeyChain.app to
the System destination keychain.


This works for me:

codesign --deep --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" cbk/QuickWho.app

I use cx_freeze in this app, not py2app, but this also worked for me with py2app.

--Kevin


--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to