xcode4 - Should the Xcode 4 workspace file be version controlled? -
i using workspace new xcode 4 project. should *.xcworkspace file included in main repository (along source files of project example)?
thanks ross
btw. using git
probably yes. workspace set of projects, if other developers want work same set, should put workspace version control.
if workspace strictly own use, or if there 1 project in workspace, maybe don't need put version control. means you'd need recreate whenever move new machine or decide blow away , start scratch.
xcode 4 pretty putting user-specific data folders/files names contain word "user" or user name, , putting build products , temporary files somewhere outside of source tree, in general, i'd put isn't user-specific repository.
Comments
Post a Comment