infodan: Managing static versioned libraries in OS X
The Mac OS X offers great tools to developers in order to manage libraries with many versions: Frameworks. Anyway sometimes you may want to use static libraries instead. Maybe just as a means of (psycologically) obfuscating your preciuos code you don’t want to put in a framework for the world to know…