How to determine if an OS X dylib was linked with -flat_namespace
- by Josh Knauer
I have a third party OS X dylib that I'm using in my app and don't have easy access to its creator. I'd like to determine if it was linked with -flat_namespace. Is that possible? If so, how?