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.

I've read that all binaries and frameworks need to be signed.  Is there
an easy way of doing that ?  Is there a tool to determine which files
need to be signed ?

Thanks,
Brendan.

_______________________________________________
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