I want to develop application in Xcode for many languages. So I have resources localized for those languages. But is this possible to remove from final bundle all localized resources, and left them only for one language?
For example: I develop application for German and English language, but I want to build the bundle only with German.lproj, and without English.lproj. I want to to this, because my resource files are quite big, and I don't want to include for example English images in German version.
I've tried to remove English.lproj from bundle, but then I cannot install application on my device, because the message is that the resources have been modified (which is quite true). I think that bundle is signed or something like that.