Ok, I know basically what a framework is in real life. I\'ve seen some frameworks that hold some header files and a binary. Is that it? Does an OS X framework have special f
It is, quoting "Mac OS X Technology Overview":
framework A type of bundle that packages a dynamic shared library with the resources that the library requires, including header files and reference documentation.
So a ".framework" is basically the equivalent of a ".app", only for a dynamic shared library instead of an executable.