-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: iOS
Build Numbers in Xcode
Working on a Mac / iOS projects, I have been trying to come up with an easy way to bump versions when it goes out the door for testing or production. Mostly I have been working it out manually, yet … Continue reading
Also posted in Apple, Cocoa, Xcode
2 Comments
An Agile Approach to Building a Mac Application
I have written quite a bit of articles on iOS and Mac applications using agile techniques (unit testing, continuous integration, etc) and in this post, I am going to put it all together. We will go through how to setup … Continue reading
Also posted in Apple, iPhone, Xcode
4 Comments
Mac and iOS Custom UI Component Database
After yesterdays post on my Dev Toolbox on the Mac I realized I left out a couple of good things: Custom UI Component Database for iOS and Mac OS X Windows Azure Toolkit I have been playing around with the … Continue reading
Also posted in Apple, Cocoa, iPhone, Xcode
15 Comments
Mac and iOS Development Toolbox
I have been building for the Mac and iOS for the last couple of years and the list of tools I have ben using has been growing (and shrinking). There is a great development community around the Mac / iOS. … Continue reading
Also posted in Apple, Cocoa, OSS, Xcode
11 Comments
Unit Test Logging for Builds with Xcode 4 and Team City
One of the things I wanted to do after getting comfortable with the iOS/Mac platform(s) was trying to take my “agile” ways to the platforms (for this post specifically testing). I started learning all this in the Xcode 3 days. … Continue reading
