Posts Tagged "xcode"

How to add iOS 7 Icons in Xcode 4.6.3

Posted on Sep 15, 2013

Even though Xcode 5 GM Seed is already out, I’d still like to use Xcode 4.6.3 to submit updates of my “legacy” apps. Xcode 5 ruins certain aspects of my design, plus I’d like to keep...

Learn More

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