Codesigning a static library

I tried to find information about codesigning a static library, but couldn't find anything. I tried to use "codesign -s identity xxx.a" from the terminal, but this didn't change the xxx.a file.

So:

-Is codesigning a static library even possible? (according to the apple docs, you should be able to codesign every type of code, so I assumed that it is possible)

-If yes, can I codesign a static library via the terminal using only the .a file, or do I have to codesign it when compiling?


Thanks,

Markus

Codesigning a static library
 
 
Q