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.
How To Be a Better Freelancer: Listen to Your Clients
After reading Seth Godin’s post on how to listen, I realized that listening is the most important thing you can do in business (and in life). …
Year in Review: What did you ship in 2012?
I always find it fascinating at the end of a year to look back and see what I accomplished. I enjoyed writing what I shipped in 2010 and I’m …
How to Increase Profits in Your Freelancing Business
If you’re like me, you’re interested in anything that’ll help you grow profits in your freelance business. I’ve been reading …
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 …
Git Pro Tip: How to List Tags that Contain a Commit with Git
As an iOS developer on an app that communicates with a Rails backend, I often ask the Rails team whether a change has made it to production. This Git …
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 …