Re: How to exclude existing resource languages from a target
Re: How to exclude existing resource languages from a target
- Subject: Re: How to exclude existing resource languages from a target
- From: Ulf Dunkel <email@hidden>
- Date: Wed, 19 Dec 2007 12:25:24 +0100
- Organization: invers Software
Hi Chris.
- Remove the localized resources from the Copy Bundle Resources build
phase, and instead create a Run Script build phase that copies them
manually, perhaps conditionally based on the value of ${CONFIGURATION}.
How can I remove localized resources from the Copy Bundle Resources
build without having them also removed automatically from my project?
Whatever I tried, the relevant files (.nib, .strings) were also
automatically removed then from the project and I had to re-add them
manually.
At the moment I use the Run Script phase after the target app has been
created, as suggested by Andreas Mayer. It's somewhat unsteady as I also
have to remove .lproj folders from Library, Framework and System
(plugins) folders which are also part of the app.
_______________________________________________
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