Re: custom executable missing in SVN
Re: custom executable missing in SVN
- Subject: Re: custom executable missing in SVN
- From: Chris Espinosa <email@hidden>
- Date: Tue, 15 Dec 2009 14:09:47 -0800
On Dec 15, 2009, at 1:35 PM, Jens Alfke wrote: On Dec 15, 2009, at 11:51 AM, Xochitl Lunde wrote:
I have a project with custom executable that I want to check into SVN. I've only checked in my project's .pbxproj. My custom executable doesn't show up if the project is opened from a fresh download on another computer. What do I need to check in so that other developers can see my custom executable?
That setting is considered per-user by Xcode; it's not stored in the project file itself, rather in the username.pbxuser file in the project bundle. You could check that in, but it wouldn't work for other people because it's (intentionally) named after your username so it won't affect other users.
I think you'll just have to add some instructions to your README file on how to configure the custom executable.
A typical thing to do:
1) Set up the custom executable 2) Scour your project of other per-user settings (mainly, custom toolbars and breakpoints) 3) Close the project 4) Rename the username.pbxuser file to default.pbxuser 5) Commit the default.pbxuser file to the repository
Then advise other users to delete their username.pbxuser files. Next time they open the project, the default.pbxuser file will be cloned to their username, and they'll get the custom executable you created.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden