I’ve been following a Rails convention and defining multiple environments for my iPhone projects. This allows me to quickly switch application wide settings when running a test, development, or production version of the app.
Continue reading ‘Multiple Environments in an iPhone Project’
Tag Archive for 'Xcode'
Working in Xcode I almost forgot how much I like IntelliJ’s code formatting tools. Luckily for me Mike Smith recently pointed out thatĀ UniversalIndentGUI can be used to setup your own code formatting in Xcode.
Continue reading ‘Code Formatting in Xcode’
Previously we discussed building anĀ iPhone Unit Testing Toolkit. I wanted to reuse that work without having to repeat those configuration steps every time I started a new Xcode project. Xcode provides a number of templates or starting iPhone applications so I made my own versions which include all of the unit testing tools we rely on.
Continue reading ‘Custom Xcode Templates for iPhone Development’

