Re: Keeping my project on an external drive
Re: Keeping my project on an external drive
- Subject: Re: Keeping my project on an external drive
- From: "Sean McBride" <email@hidden>
- Date: Wed, 12 Apr 2006 11:22:13 -0400
- Organization: Rogue Research
On 2006-04-11 23:24, John Draper said:
>I go to Executeables, myApp and open Info with Arguments tab selected.
>Before on one machine, I had a whole bunch of Environment variable settings,
>which I can enable or disable at will or when needed. Now, I move the
>hard drive to another Mac, and this time I loose all of these variables.
>Why? And how can I prevent this or take along these important variables.
To expand on what joar said... if you go to the finder and control-click
your xcode project file, you will see an option in the menu 'Show
package contents'. This will reveal that an xcode project is actually a
'package' which is a folder that looks like a file. you'll see the
following files, in my case:
project.pbxproj
sean.pbxuser
sean.mode2
smcbride.pbxuser
smcbride.mode2
They are all text files, and you can take a look inside if you're
curious. But basically, environment variables are (annoyingly!) stored
in the .pbxuser and/or .mode2 file, which are keyed to the user name.
This sucks because often you want to enable things like MallocScribble
in your Debug target so that it is on all the time for all employees.
But that's not possible. :(
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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