My project includes several targets, each target is used for different customer. Some customers need specific localization and I don\'t want all the customers to get this sp
Create a separate "Localizeable.strings" for each target.
link the correct strings files with each "group" of strings.
Then set it in the Build Phases
for each target the correct "strings" like this:
I manage to solve it with @Yitzchak answer + additional changes: