per-user custom executable?
per-user custom executable?
- Subject: per-user custom executable?
- From: "A.M." <email@hidden>
- Date: Fri, 13 Feb 2009 18:26:29 -0500
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?
Cheers,
M
_______________________________________________
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