otool is command line tool of MacOS X that displays info of an object.
I have a Cocoa app that uses otool to find required shared libraries that an app needs to function properly. …
cocoa frameworks shared-libraries otoolI want to create a library in Mac OS X El Capitan (10.11.x) and use it in another application by …
macos osx-elcapitan dylib otool install-name-tool