Skip to content

Commit cf1c6d9

Browse files
update pods
1 parent 6a76e9f commit cf1c6d9

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ SPEC CHECKSUMS:
19891989
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
19901990
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
19911991
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
1992-
ReactNativeCmp: d9f68a4c09cba4f9af8384bb49da5a9199f770c0
1992+
ReactNativeCmp: b409209b822ab7fffe080f52df23993b6131641f
19931993
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19941994
SPMobileCore: 220d109e404cb17169f7e26f2a34c6022b80079a
19951995
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf

example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,10 @@
213213
inputFileListPaths = (
214214
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
215215
);
216-
inputPaths = (
217-
);
218216
name = "[CP] Embed Pods Frameworks";
219217
outputFileListPaths = (
220218
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
221219
);
222-
outputPaths = (
223-
);
224220
runOnlyForDeploymentPostprocessing = 0;
225221
shellPath = /bin/sh;
226222
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks.sh\"\n";
@@ -234,14 +230,10 @@
234230
inputFileListPaths = (
235231
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-input-files.xcfilelist",
236232
);
237-
inputPaths = (
238-
);
239233
name = "[CP] Copy Pods Resources";
240234
outputFileListPaths = (
241235
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-output-files.xcfilelist",
242236
);
243-
outputPaths = (
244-
);
245237
runOnlyForDeploymentPostprocessing = 0;
246238
shellPath = /bin/sh;
247239
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources.sh\"\n";
@@ -403,7 +395,10 @@
403395
"-DFOLLY_CFG_NO_COROUTINES=1",
404396
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
405397
);
406-
OTHER_LDFLAGS = "$(inherited) ";
398+
OTHER_LDFLAGS = (
399+
"$(inherited)",
400+
" ",
401+
);
407402
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
408403
SDKROOT = iphoneos;
409404
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -483,7 +478,10 @@
483478
"-DFOLLY_CFG_NO_COROUTINES=1",
484479
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
485480
);
486-
OTHER_LDFLAGS = "$(inherited) ";
481+
OTHER_LDFLAGS = (
482+
"$(inherited)",
483+
" ",
484+
);
487485
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
488486
SDKROOT = iphoneos;
489487
USE_HERMES = true;

0 commit comments

Comments
 (0)