Archive for April 16th, 2007

Cosas que no puedo Olvidar II

Monday, April 16th, 2007

Using ZeroLink
ZeroLink speeds application development time by eliminating the link process from development builds. Instead, Xcode generates an application stub that contains the full paths to the object files that make up the application. At runtime, each object (.o) file is linked as it’s needed. This works only when running your application within Xcode. You […]