On Apr 27, 2006, at 11:18 AM, David Dunham wrote:On 27 Apr 2006, at 11:04, David Catmull wrote:
It seems that the info for executables is stored in the .pbxuser file in the project package, rather than in the main project.pbxproj file. Is this true? I want my executable settings to be shared among all users of the project.
You mean like environment variables? I agree it would be more helpful to have them elsewhere, both to share them and so they can be put into version control (since . pbxuser probably shouldn't be).
The recommended way to handle this is to set up a custom executable, then copy your .pbxuser to default.pbxuser in the project wrapper, then delete all other .pbxuser files. Every user will inherit the default user setting as a basis when opening the project.
Chris |