How to use genstrings across multiple directories?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-04-30T12:15:59Z Indexed on 2010/04/30 12:57 UTC
Read the original article Hit count: 339

Filed under:
|

I have an directory, which has a lot of subdirectories. those subdirs sometimes even have subdirs. there are source files inside.

How could I use genstrings to go across all these dirs and subdirs?

Let's say I cd to my root dir in Terminal, and then I would type this:

genstrings -o en.lproj *.m

How could I tell it now to look into all these directories? Or would I have to add a lot of relative paths comma separated? how?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about localization