|
281 | 281 | inputFileListPaths = ( |
282 | 282 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
283 | 283 | ); |
284 | | - inputPaths = ( |
285 | | - ); |
286 | 284 | name = "[CP] Embed Pods Frameworks"; |
287 | 285 | outputFileListPaths = ( |
288 | 286 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
289 | 287 | ); |
290 | | - outputPaths = ( |
291 | | - ); |
292 | 288 | runOnlyForDeploymentPostprocessing = 0; |
293 | 289 | shellPath = /bin/sh; |
294 | 290 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-frameworks.sh\"\n"; |
|
346 | 342 | inputFileListPaths = ( |
347 | 343 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
348 | 344 | ); |
349 | | - inputPaths = ( |
350 | | - ); |
351 | 345 | name = "[CP] Embed Pods Frameworks"; |
352 | 346 | outputFileListPaths = ( |
353 | 347 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
354 | 348 | ); |
355 | | - outputPaths = ( |
356 | | - ); |
357 | 349 | runOnlyForDeploymentPostprocessing = 0; |
358 | 350 | shellPath = /bin/sh; |
359 | 351 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-frameworks.sh\"\n"; |
|
367 | 359 | inputFileListPaths = ( |
368 | 360 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-resources-${CONFIGURATION}-input-files.xcfilelist", |
369 | 361 | ); |
370 | | - inputPaths = ( |
371 | | - ); |
372 | 362 | name = "[CP] Copy Pods Resources"; |
373 | 363 | outputFileListPaths = ( |
374 | 364 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-resources-${CONFIGURATION}-output-files.xcfilelist", |
375 | 365 | ); |
376 | | - outputPaths = ( |
377 | | - ); |
378 | 366 | runOnlyForDeploymentPostprocessing = 0; |
379 | 367 | shellPath = /bin/sh; |
380 | 368 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus/Pods-LocalPlusPlus-resources.sh\"\n"; |
|
388 | 376 | inputFileListPaths = ( |
389 | 377 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-resources-${CONFIGURATION}-input-files.xcfilelist", |
390 | 378 | ); |
391 | | - inputPaths = ( |
392 | | - ); |
393 | 379 | name = "[CP] Copy Pods Resources"; |
394 | 380 | outputFileListPaths = ( |
395 | 381 | "${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-resources-${CONFIGURATION}-output-files.xcfilelist", |
396 | 382 | ); |
397 | | - outputPaths = ( |
398 | | - ); |
399 | 383 | runOnlyForDeploymentPostprocessing = 0; |
400 | 384 | shellPath = /bin/sh; |
401 | 385 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LocalPlusPlus-LocalPlusPlusTests/Pods-LocalPlusPlus-LocalPlusPlusTests-resources.sh\"\n"; |
|
624 | 608 | "-DFOLLY_CFG_NO_COROUTINES=1", |
625 | 609 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
626 | 610 | ); |
627 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 611 | + OTHER_LDFLAGS = ( |
| 612 | + "$(inherited)", |
| 613 | + " ", |
| 614 | + ); |
628 | 615 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
629 | 616 | SDKROOT = iphoneos; |
630 | 617 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
697 | 684 | "-DFOLLY_CFG_NO_COROUTINES=1", |
698 | 685 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
699 | 686 | ); |
700 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 687 | + OTHER_LDFLAGS = ( |
| 688 | + "$(inherited)", |
| 689 | + " ", |
| 690 | + ); |
701 | 691 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
702 | 692 | SDKROOT = iphoneos; |
703 | 693 | USE_HERMES = true; |
|
0 commit comments