Using traditional C header files it was really trivial to arrange them into a directory tree, then include them using relative paths like:
#include "com/headers.h"
Is this possible in XCode with ObjectiveC? I have tried several different ways and I can't add the headers to the project without them becoming flattened so that the relative paths between header files remain intact.