nst / objc_dep

Graph the import dependancies in an Objective-C project
1.35k stars 144 forks source link

could you add a parameter like -f that can specify a filename? #18

Closed cissusnar closed 5 years ago

cissusnar commented 6 years ago

I want analyze a single file, but objc_dep only support analyze directory.

jomnius commented 6 years ago

Not sure what analysing only one file would give you, but a suggestion: create folder and copy that one file there. Then analyze the folder?

cissusnar commented 6 years ago

I want port some classes(files) to another xcode Target, analysing one file(or some files) will very helpful for porting codes.