I want to generated localizable strings for all .m files in my project.
However they’re not all dumped in the Class folder, they’re in several directories (many of them).
What’s the best way to parse the entire tree and generate the strings to localized using genstrings command?
From the project directory:
presumably the easiest way.
xargswill put the filenames at the end of the command.