diffstrings.py : how do you specify path arguments?

Posted by rudifa on Stack Overflow See other posts from Stack Overflow or by rudifa
Published on 2010-03-21T11:10:57Z Indexed on 2010/03/21 11:11 UTC
Read the original article Hit count: 125

Filed under:
|
|

I am trying to use diffstrings.py from Three20 on my iPhone project, and I can't find the proper format for the path arguments (as in "Usage: diffstrings.py [options] path1 path2 ...").

For example, when I run the script in my Xcode project directory like this ~/py/diffstrings.py -b it analyzes just the main.m and finds 0 strings to localize, then it diffs against existing fr.lproj and others, and finds that thes contain "obsolete strings".

Can anyone post examples of successful comand line invocations of diffstrings.py, for options -b, -d and -m?

© Stack Overflow or respective owner

Related posts about python

Related posts about iphone