|
300 | 300 | inputFileListPaths = ( |
301 | 301 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-resources-${CONFIGURATION}-input-files.xcfilelist", |
302 | 302 | ); |
| 303 | + inputPaths = ( |
| 304 | + ); |
303 | 305 | name = "[CP] Copy Pods Resources"; |
304 | 306 | outputFileListPaths = ( |
305 | 307 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-resources-${CONFIGURATION}-output-files.xcfilelist", |
306 | 308 | ); |
| 309 | + outputPaths = ( |
| 310 | + ); |
307 | 311 | runOnlyForDeploymentPostprocessing = 0; |
308 | 312 | shellPath = /bin/sh; |
309 | 313 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-resources.sh\"\n"; |
|
317 | 321 | inputFileListPaths = ( |
318 | 322 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-resources-${CONFIGURATION}-input-files.xcfilelist", |
319 | 323 | ); |
| 324 | + inputPaths = ( |
| 325 | + ); |
320 | 326 | name = "[CP] Copy Pods Resources"; |
321 | 327 | outputFileListPaths = ( |
322 | 328 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-resources-${CONFIGURATION}-output-files.xcfilelist", |
323 | 329 | ); |
| 330 | + outputPaths = ( |
| 331 | + ); |
324 | 332 | runOnlyForDeploymentPostprocessing = 0; |
325 | 333 | shellPath = /bin/sh; |
326 | 334 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-resources.sh\"\n"; |
|
356 | 364 | inputFileListPaths = ( |
357 | 365 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
358 | 366 | ); |
| 367 | + inputPaths = ( |
| 368 | + ); |
359 | 369 | name = "[CP] Embed Pods Frameworks"; |
360 | 370 | outputFileListPaths = ( |
361 | 371 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
362 | 372 | ); |
| 373 | + outputPaths = ( |
| 374 | + ); |
363 | 375 | runOnlyForDeploymentPostprocessing = 0; |
364 | 376 | shellPath = /bin/sh; |
365 | 377 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader-NfcOpenReaderTests/Pods-NfcOpenReader-NfcOpenReaderTests-frameworks.sh\"\n"; |
|
373 | 385 | inputFileListPaths = ( |
374 | 386 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
375 | 387 | ); |
| 388 | + inputPaths = ( |
| 389 | + ); |
376 | 390 | name = "[CP] Embed Pods Frameworks"; |
377 | 391 | outputFileListPaths = ( |
378 | 392 | "${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
379 | 393 | ); |
| 394 | + outputPaths = ( |
| 395 | + ); |
380 | 396 | runOnlyForDeploymentPostprocessing = 0; |
381 | 397 | shellPath = /bin/sh; |
382 | 398 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NfcOpenReader/Pods-NfcOpenReader-frameworks.sh\"\n"; |
|
498 | 514 | "$(inherited)", |
499 | 515 | "@executable_path/Frameworks", |
500 | 516 | ); |
501 | | - MARKETING_VERSION = 0.3.4; |
| 517 | + MARKETING_VERSION = 0.4.0; |
502 | 518 | OTHER_LDFLAGS = ( |
503 | 519 | "$(inherited)", |
504 | 520 | "-ObjC", |
|
526 | 542 | "$(inherited)", |
527 | 543 | "@executable_path/Frameworks", |
528 | 544 | ); |
529 | | - MARKETING_VERSION = 0.3.4; |
| 545 | + MARKETING_VERSION = 0.4.0; |
530 | 546 | OTHER_LDFLAGS = ( |
531 | 547 | "$(inherited)", |
532 | 548 | "-ObjC", |
|
603 | 619 | ONLY_ACTIVE_ARCH = YES; |
604 | 620 | OTHER_CFLAGS = "$(inherited)"; |
605 | 621 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
606 | | - OTHER_LDFLAGS = ( |
607 | | - "$(inherited)", |
608 | | - " ", |
609 | | - ); |
| 622 | + OTHER_LDFLAGS = "$(inherited) "; |
610 | 623 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
611 | 624 | SDKROOT = iphoneos; |
612 | 625 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
|
673 | 686 | MTL_ENABLE_DEBUG_INFO = NO; |
674 | 687 | OTHER_CFLAGS = "$(inherited)"; |
675 | 688 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
676 | | - OTHER_LDFLAGS = ( |
677 | | - "$(inherited)", |
678 | | - " ", |
679 | | - ); |
| 689 | + OTHER_LDFLAGS = "$(inherited) "; |
680 | 690 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
681 | 691 | SDKROOT = iphoneos; |
682 | 692 | USE_HERMES = true; |
|
0 commit comments