I have a (very) large app which contains multiple subprojects and shared files outside of the project directory. I used to generate the strings using a command like this:
and so on and so on. The problem is that I have to manually add files to this list and regenerate every time, and every time I am paranoid about forgetting some files and strings when using genstrings. Do you have a recommended way of collecting all these strings for import into Localization Manager? Surely there must be an easier way