ijoshsmith / abandoned-strings

Command line program that detects unused resource strings in an iOS or OS X application.
MIT License
377 stars 67 forks source link

Updated to Swift 3 and added Storyboard as optional argument #2

Closed astaeck closed 8 years ago

astaeck commented 8 years ago

This pull request converts the project to the latest Swift 3 version. Furthermore it adds the possibility to enter "storyboard" as last optional command line argument to enable also the search for identifiers which are used inside the visual files. You can also add more root directory paths.

ijoshsmith commented 8 years ago

Thank you!

astaeck commented 8 years ago

Thank you for merging! :)