I'm trying to codesign a preference pane using my Developer ID certificate. Here is the command I'm using in the terminal:
codesign -v -f -s <MyCertificate> AppTrap.prefPane
And here's the output:
AppTrap.prefPane: object file format unrecognized, invalid, or unsuitable
Am I doing something wrong in codesigning a preference pane? Are preference panes even codesign-able?