Posts by versluis

How to use Targets in Xcode

Posted on Jun 29, 2013

Targets are an extremely yet totally undocumented feature of Xcode. They allow you to write code once, and then build multiple “versions” of the same code base. This makes maintenance and code...

Learn More

How to define Preprocessor Macros in Xcode

Posted on Jun 29, 2013

I’ve often wondered how to use those efficiently, and I’ve just found out how to do it. As always, they’re not difficult to implement – but not documented in a way that simple folk...

Learn More