Xcode's build options include a Current Project Version
variable, and I was wondering if there was any way to use that in a C++ program.
std::string version_info = "FooProgram " + /* magic here? */ ;
Xcode's build options include a Current Project Version
variable, and I was wondering if there was any way to use that in a C++ program.
std::string version_info = "FooProgram " + /* magic here? */ ;