Skip to content

Commit 46a234a

Browse files
committed
fix: generated code reformat
1 parent 3a08084 commit 46a234a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

example/ios/NitroSQLiteExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,10 @@
389389
"-DFOLLY_CFG_NO_COROUTINES=1",
390390
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
391391
);
392-
OTHER_LDFLAGS = "$(inherited) ";
392+
OTHER_LDFLAGS = (
393+
"$(inherited)",
394+
" ",
395+
);
393396
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
394397
SDKROOT = iphoneos;
395398
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -469,7 +472,10 @@
469472
"-DFOLLY_CFG_NO_COROUTINES=1",
470473
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
471474
);
472-
OTHER_LDFLAGS = "$(inherited) ";
475+
OTHER_LDFLAGS = (
476+
"$(inherited)",
477+
" ",
478+
);
473479
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
474480
SDKROOT = iphoneos;
475481
USE_HERMES = true;

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ SPEC CHECKSUMS:
19731973
ReactAppDependencyProvider: f2e81d80afd71a8058589e19d8a134243fa53f17
19741974
ReactCodegen: 335c73d9eb04d93d9b2350157ed52a6a9ad05e1e
19751975
ReactCommon: c8fdbc582b98a07daf201cd95c1da75dd029f3ee
1976-
RNNitroSQLite: a1d1ff865f31285ff22901d56933f918b05f91b6
1976+
RNNitroSQLite: e17a4a12efd053d1934b33c1763f97dde2dc9419
19771977
RNScreens: 77f93ec55b749c49549b447527ebf78e990125f3
19781978
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19791979
Yoga: be02ca501b03c79d7027a6bbbd0a8db985034f11

0 commit comments

Comments
 (0)