File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
ReactNativeCmpExample.xcodeproj Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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";
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";
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";
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;
You can’t perform that action at this time.
0 commit comments