We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf00d0 commit 6340fa7Copy full SHA for 6340fa7
ios/RNBranch.xcodeproj/project.pbxproj
@@ -276,6 +276,7 @@
276
GCC_PREPROCESSOR_DEFINITIONS = (
277
"DEBUG=1",
278
"$(inherited)",
279
+ "RNBRANCH_VERSION=@\\\"3.2.1\\\"",
280
);
281
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
282
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
@@ -327,6 +328,7 @@
327
328
ENABLE_STRICT_OBJC_MSGSEND = YES;
329
GCC_C_LANGUAGE_STANDARD = gnu99;
330
GCC_NO_COMMON_BLOCKS = YES;
331
+ GCC_PREPROCESSOR_DEFINITIONS = "RNBRANCH_VERSION=@\\\"3.2.1\\\"";
332
333
334
GCC_WARN_UNDECLARED_SELECTOR = YES;
0 commit comments