Setting up Continuous Integration for iOS projects with Jenkins, CocoaPods, and Kiwi

An excellent article on how to set up continuous integration for your iOS projects with Jenkins, CocoaPods, and Kiwi. I found this after I’d already set up my project with Jenkins and Kiwi; it helped me fix a broken build after I added CocoaPods to the project. Specifically, running unit tests in our project now looks like this: xcodebuild -workspace …

Switching from Git Submodules to CocoaPods

Sam Vermette has a clear, concise article on how to switch from git submodules to CocoaPods. This was helpful to me when converting a project, and I learned something new: running pod setup pulls the CocoaPods/Specs repo into ~/cocoapods.

iFonts is now 50% off!

To celebrate the launch of iOS 6 and the iPhone 5, iFonts, the definitive guide to iOS fonts, is now 50% off! iOS 6 adds two new font families – …

Go Learn Git at try.github.com

If you’ve been putting off learning git, quit procrastinating and go to try.github.com. It’s quick, easy, and will give you a basic …

New Fonts in iOS 5.1

As iFonts will show you, iOS 5.1 brings new fonts to iPhone and iPad. AppleGothic has been replaced with Apple SD Gothic Neo Bold and Apple SD Gothic …

No Comments

Matt Gemmell recently wrote an article titled Comments Still Off in which he
explained why he doesn’t allow comments on his blog. I’ve …