Skip to content

Commit 9e205ac

Browse files
committed
chore(example): update ios project settings
1 parent 32e2a18 commit 9e205ac

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

example/ios/.xcode.env.local

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,4 +1837,4 @@ SPEC CHECKSUMS:
18371837

18381838
PODFILE CHECKSUM: b18e399bf43c711a2aea2aebecbb644fe605b94d
18391839

1840-
COCOAPODS: 1.15.2
1840+
COCOAPODS: 1.16.2

example/ios/PouchdbAdapterReactNativeSqliteExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,7 @@
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";
@@ -658,10 +655,7 @@
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;

0 commit comments

Comments
 (0)