What exactly are .a
(e.g. libcrypto.a) files and what do they consists of? Is it .m
or .o
or .h
or .c
files?
How does IOS SDK/Xcode understands them? And if we include the .a
file in our xcode project, do we need to copy the correspondng sources file too?