added correct preprocessor defines to xcodeproj

pull/10609/head
Makarand Dharmapurikar 8 years ago
parent b4e97270cc
commit f70b9ee3d4
  1. 4
      src/objective-c/tests/Tests.xcodeproj/project.pbxproj

@ -1282,7 +1282,9 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"HOST_PORT=$(HOST_PORT)",
"HOST_PORT_LOCALSSL=$(HOST_PORT_LOCALSSL)",
"HOST_PORT_LOCAL=$(HOST_PORT_LOCAL)",
"HOST_PORT_REMOTE=$(HOST_PORT_REMOTE)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;

Loading…
Cancel
Save