Useful Xcode Build Phases - Matthew Morey:
In an effort to improve my code quality I have started using some helpful Xcode Build Phases. Build phases are descriptions of tasks that need to be performed by Xcode during a build. Build Phases can be added from the Editor menu (Editor -> Add Build Phase).
(Via Matthew Morey)