I want to create localized strings for all .m files in my project. However, they are not all reset in the Class folder; they are in several directories (many of them).
What is the best way to parse the whole tree and generate strings for localization using the genstrings command?
In the project directory:
find . -name "*.m" | xargs genstrings <any options go here>
supposedly the easiest way. xargswill put the file names at the end of the command.
xargs
Source: https://habr.com/ru/post/1782708/More articles:$ ("body"). ready () works, but $ ("body"). load () not working? - jqueryHow do you declare a distributor? - c ++Problem adding Three20 PhotoViewer to my UINavigationViewController - iphoneCan openCV be used to compare two faces in two different images? - opencvMySQL выбирает одно поле из таблицы. Условие WHERE находится в нескольких строках - mysqlwhat for .... in statement in javascript - javascriptHow do I know if the main loud sound is muted? - c #Programmatically change a UITableViewCell initialized from a tip? - initializationTiling Animation - Bing / Google - javascriptWPF: exception if I add an event handler to MenuItem (in ListBox) - exceptionAll Articles