File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
PouchdbAdapterReactNativeSqliteExample.xcodeproj Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1837,4 +1837,4 @@ SPEC CHECKSUMS:
18371837
18381838PODFILE CHECKSUM: b18e399bf43c711a2aea2aebecbb644fe605b94d
18391839
1840- COCOAPODS: 1.15 .2
1840+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff line change 586586 "-DFOLLY_CFG_NO_COROUTINES=1",
587587 "-DFOLLY_HAVE_CLOCK_GETTIME=1",
588588 );
589- OTHER_LDFLAGS = (
590- "$(inherited)",
591- " ",
592- );
589+ OTHER_LDFLAGS = "$(inherited) ";
593590 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
594591 SDKROOT = iphoneos;
595592 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
658655 "-DFOLLY_CFG_NO_COROUTINES=1",
659656 "-DFOLLY_HAVE_CLOCK_GETTIME=1",
660657 );
661- OTHER_LDFLAGS = (
662- "$(inherited)",
663- " ",
664- );
658+ OTHER_LDFLAGS = "$(inherited) ";
665659 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
666660 SDKROOT = iphoneos;
667661 USE_HERMES = true;
You can’t perform that action at this time.
0 commit comments