Is it possible to create a framework that when installed contains libraries (.lib) as well as the corresponding header (.h) files? I have marked the header files as public headers and they are put in the framework for applications to use, but there doesn't seem to be a way to mark libraries as "public". Putting the library in the "Libraries" folder works to build the framework, but the library is not delivered with the framework. Am I missing something obvious here, or is there no way to make a library "public". david.
