I’m working on setting up my continuous integration system to work with Xcode. I’m using Jenkins on a separate Mac Mini, and I found this great article by Christian Hedin where he introduces his ocunit2junit.rb utility that converts the output of OCUnit to something looking like JUnit, thus making it easier for Jenkins to pick integrate with the build.

Categories: iOS