Xcode how to change compiled source code pre-compiling script

I am trying to add some features to some of my xcode projects. I would like to have an external program called pre build and modify the part of the code that was later compiled without actually changing my source code (I would not want to actually see the changes that take place).

Is it possible? If so, can anyone direct me to the right way to accomplish this?

+5
source share

Source: https://habr.com/ru/post/1204815/


All Articles