A Useful Collection of iPhone/iPad Apps Developer Tools and Resources

The iPad was the 2010 must-have gadget of the year, and the iPhone and respective iPod Touch have been incredibly popular over the last few years. It’s clear that the success of these devices can be attributed to the endless number of useful, fun, and interesting applications provided by the community. There is no doubt …

Unit Testing with Cocos2d and Xcode 4

Unit Testing with Cocos2d and Xcode 4 Adding unit testing to my Cocos2d project took longer than I expected. In hindsight it was because I didn’t really understand how targets worked in Xcode. After stumbling around for a while, I figured out how to get this working. Here’s the steps I used. If you know …