Xcode nowadays exports localization files in XLIFF format, which is great. Sometimes I would still like to work on old-school strings files, as they were common with earlier versions of Xcode. Is there a conversion tool to extract separate strings files from a single XLIFF document? All the information is contained in the XML-like XLIFF document, so there should be a routine for extraction?!
Thanks for your help!