Only integers for #defines in C-headers, enabled with a recent-ish compiler flag. Swift has a #define but it’s just an ifdef list of flags assigned to one compiler setting.
But you can bridge build setting variables using some clever xcconfig macros that combine both preprocessor systems.
But you can bridge build setting variables using some clever xcconfig macros that combine both preprocessor systems.