Skip to content

Commit c7ec400

Browse files
vadymv-mendixYogendraShelke
authored andcommitted
chore: update RN to v084
1 parent ebbe62c commit c7ec400

5 files changed

Lines changed: 1123 additions & 838 deletions

File tree

example/ios/MendixNativeExample.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,18 @@
372372
);
373373
MTL_ENABLE_DEBUG_INFO = YES;
374374
ONLY_ACTIVE_ARCH = YES;
375-
OTHER_CFLAGS = "$(inherited)";
375+
OTHER_CFLAGS = (
376+
"$(inherited)",
377+
"-DRCT_REMOVE_LEGACY_ARCH=1",
378+
);
376379
OTHER_CPLUSPLUSFLAGS = (
377380
"$(OTHER_CFLAGS)",
378381
"-DFOLLY_NO_CONFIG",
379382
"-DFOLLY_MOBILE=1",
380383
"-DFOLLY_USE_LIBCPP=1",
381384
"-DFOLLY_CFG_NO_COROUTINES=1",
382385
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
386+
"-DRCT_REMOVE_LEGACY_ARCH=1",
383387
);
384388
OTHER_LDFLAGS = (
385389
"$(inherited)",
@@ -446,14 +450,18 @@
446450
"\"$(inherited)\"",
447451
);
448452
MTL_ENABLE_DEBUG_INFO = NO;
449-
OTHER_CFLAGS = "$(inherited)";
453+
OTHER_CFLAGS = (
454+
"$(inherited)",
455+
"-DRCT_REMOVE_LEGACY_ARCH=1",
456+
);
450457
OTHER_CPLUSPLUSFLAGS = (
451458
"$(OTHER_CFLAGS)",
452459
"-DFOLLY_NO_CONFIG",
453460
"-DFOLLY_MOBILE=1",
454461
"-DFOLLY_USE_LIBCPP=1",
455462
"-DFOLLY_CFG_NO_COROUTINES=1",
456463
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
464+
"-DRCT_REMOVE_LEGACY_ARCH=1",
457465
);
458466
OTHER_LDFLAGS = (
459467
"$(inherited)",

0 commit comments

Comments
 (0)