Re: Separate targets by localisation
Re: Separate targets by localisation
- Subject: Re: Separate targets by localisation
- From: James Bucanek <email@hidden>
- Date: Wed, 16 Nov 2005 21:37:06 -0700
Steve Palmer wrote on Wednesday, November 16, 2005:
>Is there a way to indicate to XCode that I want, for example, all
>French localised NIBs to be included in one target, all German
>localised NIBs to be included in another, etc?
No. The idea of localizing NIBs (or any resource) is so you can treat all of the localizations as a single entity. That's the way the application package structure is supposed to work.
I suggest you have two options:
1) Write a post-process script to strip out the localications you don't want.
2) Create different NIB files (not localizations of the same file), then build seperate targets that include the appropriate NIBs.
Personally, I think #2 would be a mess to maintain.
--
James Bucanek
_______________________________________________
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