I am working on a Mac App in Xcode. Eventually, I plan to add a few localizations to languages other than English. I have already started, and I now have localizations for French and Czech in Xcode.
However, I don't have a few other things ready in those languages, and therefore, for now, I decided to submit my app to the Mac App Store using only the English localization.
Is there a way to tell Xcode to only include the English version in the .app it builds? I would rather not have to delete / re-add the localizations manually to achieve this.
Thanks!