Achieving preprocessor in Xcode 9?

How, indeed, would you put Xcode to enable preprocessing of all scripts - in modern Xcode (i.e. 9 +)?

Obviously, this was trivial in the old days.

Will the custom assembly rule be used mainly?

.

enter image description here

.

Or maybe you will need mainly a "Mac App" that launches (how?) Before compiling?

+4
source share
1 answer

, . , .c,.m,.cpp .. , , " Script", . Xcode, . Nik Kit, , .

+1

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


All Articles