In my release build I want to use a #define
for my whole workspace (including all pods). I did this via the prefix header for my main project, but this doesn't affect my used pods.
How can I add the #define
macro?
I've seen Gist 833 but the last replay was in June '14 and there is no real solution. I've also seen suggestions to use the post_install hook and add it to the pods-environment.h but all solutions I can find are for older version and it seems the have been a lot of structure changes before (or with) 0.35 (which I'm using).
Thanks