I\'m hoping to find a method to pass certain information in to my app when I launch it during testing, so that I can perform special debug tasks. Xcode has a section \"Arguments
You can access them using NSProcessInfo object like this,
NSProcessInfo
NSArray * arguments = [[NSProcessInfo processInfo] arguments];