Re: custom executable missing in SVN
Re: custom executable missing in SVN
- Subject: Re: custom executable missing in SVN
- From: Jens Alfke <email@hidden>
- Date: Tue, 15 Dec 2009 13:35:34 -0800
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.
—Jens |
_______________________________________________
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