Re: Best approach for customized project templates?
Re: Best approach for customized project templates?
- Subject: Re: Best approach for customized project templates?
- From: David Dunham <email@hidden>
- Date: Wed, 27 Sep 2006 10:37:35 -0700
On 27 Sep 2006, at 09:36, Jim Thomason wrote:
Basically, I can set some things sometimes, but not always.
Don't forget you now have 3 places something might be set. Project
settings override .xcconfig files, and are overridden by target
settings. You can change the config file until you're blue in the
face, but if the target has its own opinion, nothing will actually
change.
(Hmm, I might not be completely correct there -- I guess you can base
a target on a .xcconfig as well. I have no idea how the overriding
rules work then.) I set my projects up so that entirely common things
are in an .xcconfig file (like the fact that with our framework, we
can't use RTTI). I try to put everything else in the project. And a
few things are in the target if absolutely necessary.
------------
David Dunham email@hidden http://www.pensee.com/dunham/
"No matter how far you have gone on a wrong road, turn back." -
Turkish proverb
_______________________________________________
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