XCode

Xcode build setting reference

http://developer.apple.com/documentation/DeveloperTools/Reference/XcodeB... is where I finally found a list of possible options for xcodebuild.

Xcode prec-compiled headers cache and branching

http://www.stevestreeting.com/2007/09/19/branches-and-precompiled-header... shows why we should configure each project to have a different path than the defaults.

XCode and Version Control Folder

If you do this:
defaults write com.apple.InterfaceBuilder \
VersionControlDirectory "(Build, CVS, .svn)"

it will let XCode know to ignore these folders from a SCM perspective.

Syndicate content