Xcode normally saves its executable configurations in the user specific ".pbxuser" file. Is there a way to tell Xcode to save these configurations globally, in the "project.pbxproj" file, so all users can use them? Regards, Jochen
A:
Rename your .pbxuser file to default.pbxuser and then whatever defaults are stored in there (including executable configurations) can be shared with other users. If they change settings then that will be reflected in their user.pbxuser file.
Scott Chamberlin
2010-10-28 01:33:48