I've got an old Xcode project, that when freshly checked out, has
File->Project Settings ... Advanced ... Build Location set to "Legacy"
When I set the value to "Default", all is good, and I can see that in
MyProject.xcodeproj/project.xcworkspace/xcuserdata/MyUsername.xcuserdatad/WorkspaceSettings.xcsettings,
the "BuildLocationStyle" entry has been set to "UseAppPreferences"
However, I would like other users doing a fresh checkout to get the
"Default" setting instead of the "Legacy" one.
Is there some way to change this for everyone, or alternatively, what
is it about the project that causes Xcode to pick "Legacy" initially?
cheers,
m.