In our project we have multiple build targets which each use an English, French and Base (English) localization files. Some of these are string files while others are localized storyboard files that have been constructed to include both of these languages.
What is the best way to, on a single build target, restrict the localization so that it only uses English and not French while at the same time keeping it so all the other build targets still have both English and French localizations working? I try to not include the French localizations for that specific build but that removes the entire localization file since this seems to be done at project level.
I found a few posts here but nothing that worked for disabling a single localization language from a specific build target while leaving the others alone.
We are working in Xcode 6 currently.