Re: Strategy for varying nib contents for two product variants?
Re: Strategy for varying nib contents for two product variants?
- Subject: Re: Strategy for varying nib contents for two product variants?
- From: Ulf Dunkel <email@hidden>
- Date: Thu, 21 Feb 2008 09:36:25 +0100
- Organization: invers Software
However, I have a number of NIBs with many references to the product
name. Is there a good way to put a "variable" into NIB content, like to
substitute for one word that appears in many different controls (button
titles, text fields, etc.)?
Did you already try this:
Use English.lproj, French.lproj, German.lproj etc. for MyApplication.
Create and use en.lproj, fr.lproj, de.lproj etc. for MyApp PRO.
Create Run Scripts which remove either the English.lproj etc. stuff or
the en.lproj etc. stuff, depending on which configuration you use.
Add new configurations in your project (beside Development, Development
Native, Release etc.) for the MyApp PRO stuff.
Just my 2 cents, unproved. ;-)
HTH, Ulf Dunkel
_______________________________________________
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