Re: per-user custom executable?
Re: per-user custom executable?
- Subject: Re: per-user custom executable?
- From: Scott Tooker <email@hidden>
- Date: Fri, 13 Feb 2009 18:15:17 -0800
On Feb 13, 2009, at 3:26 PM, A.M. wrote:
Hello,
With Xcode 3.1, I created a custom executable-to-run/debug per
instructions by Chris Hanson ( http://chanson.livejournal.com/119578.html
) but the custom executable does not seem to get saved in the
project data.
I committed the project and performed a checkout of it out elsewhere
expecting to be able to see the new custom executable but it was not
available. I was surprised to find that the executable's info was in
MyProject.xcodeproj/agentm.pbxuser:
FA0851A80F0BF9DF0043B900 /* otest */ = {
isa = PBXExecutable;
activeArgIndices = (
NO,
NO,
NO,
NO,
NO,
NO,
YES,
NO,
NO,
NO,
YES,
);
argumentStrings = (
"-SenTest Self",
...
and not in the project.pbxproj file which is what is normally
committed while I believed that the pbxuser files were user-
specific. A second target is shared across checkouts (as expected)
but it was created using the Cocoa application template.
How can I make the custom executable part of the committed project
instead of a per-user setting?
You can't currently. The closest you can come to this is to create a
default.pbxuser file which will get used as a template for new users.
In any case, you'll need to check in the *.pbxuser file to preserve
this information.
Scott
_______________________________________________
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