How do I tell IntroJucer to create an Xcode project with the language set to c++14. I can change manulally inside xCode, but then IntroJucer keeps overwriting my project back to c++11.
I tried puting
-std=c++14
in the extra compiler flags, but it did not work
