Tag

Workflow

5 posts filed under this tag.

February 1, 2013

Unit Testing for Fun and Profit

How do you know if your code works? You test it of course. But, how do you test your code? Do you run it in the simulator? On your device? Is that enough? The simple answer is:...

Read more

June 8, 2012

The Last Word on Many From One

It turns out that building multiple targets from one source code base is both easy and hard, both simple and complex. It all depends not only on the ultimate products you want t...

Read more

May 25, 2012

Many From One, Again

Several months ago I wrote about some tricks I was using to build many targets from one code base . The rubber is meeting the road on that project as we get closer to being read...

Read more

May 11, 2012

Achievement Unlocked: Git Ninja

The title of this article may be overstating my expertise with git slightly, but that's how I feel having successfully tackled what is, I think, a fairly non-trivial task with g...

Read more

November 11, 2011

The Distro Scheme

If you came to Xcode4 from Xcode3, you noticed a distinctly different methodology to the way in which apps are built, namely Schemes . Schemes introduce more organization and fl...

Read more