• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: per-user custom executable?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >per-user custom executable? (From: "A.M." <email@hidden>)

  • Prev by Date: Re: Application Verification Failed Problem
  • Next by Date: Distributed Build not any faster
  • Previous by thread: per-user custom executable?
  • Next by thread: Distributed Build not any faster
  • Index(es):
    • Date
    • Thread