Is it possible to somehow associate different localizable.strings files to different targets of the same project.
For example:
target1 has English and French while target 2 has English and German ?
For "normal" files like the *.m or *.h one can set the Target Membership - but I did not find something for the different language specific Localizable.strings files.
I guess if this is not possible I really have to manually configure the Localizable.strings files before I create the ipa for submission - which is surely not the best thinkable approach.
Many thanks!