Hello. I’ve been progressing quite well on this particular feature during the past days and here I present to you: the brand-new Xcode project importer. You will probably not notice a single difference at first sight, except a small option in the open panel and maybe that is is way more robust and reliable than the previous one.
However, this importer is not only a importer. Basically what it does is to load the Xcode project and to construct an object tree from the complete file tree. And now the best: this object tree is mutable. Mutable as in add/remove files, groups, folders etc. I’ll use this functionality to implement a feature to export your localization to an project. Like say files translated at least 80% in a language translated at least 80% should be in the project and all others not. Done. No more hassle going through your big projects, just single click away.
You will be able to get this feature in the tomorrow’s nightly build of the Localization Manager. Let me hear what you think!
have fun, Max