|
318 | 318 | inputFileListPaths = ( |
319 | 319 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
320 | 320 | ); |
| 321 | + inputPaths = ( |
| 322 | + ); |
321 | 323 | name = "[CP] Embed Pods Frameworks"; |
322 | 324 | outputFileListPaths = ( |
323 | 325 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
324 | 326 | ); |
| 327 | + outputPaths = ( |
| 328 | + ); |
325 | 329 | runOnlyForDeploymentPostprocessing = 0; |
326 | 330 | shellPath = /bin/sh; |
327 | 331 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-frameworks.sh\"\n"; |
|
381 | 385 | inputFileListPaths = ( |
382 | 386 | "${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-input-files.xcfilelist", |
383 | 387 | ); |
| 388 | + inputPaths = ( |
| 389 | + ); |
384 | 390 | name = "[CP] Copy Pods Resources"; |
385 | 391 | outputFileListPaths = ( |
386 | 392 | "${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources-${CONFIGURATION}-output-files.xcfilelist", |
387 | 393 | ); |
| 394 | + outputPaths = ( |
| 395 | + ); |
388 | 396 | runOnlyForDeploymentPostprocessing = 0; |
389 | 397 | shellPath = /bin/sh; |
390 | 398 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ShareExtension/Pods-ShareExtension-resources.sh\"\n"; |
|
443 | 451 | inputFileListPaths = ( |
444 | 452 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-input-files.xcfilelist", |
445 | 453 | ); |
| 454 | + inputPaths = ( |
| 455 | + ); |
446 | 456 | name = "[CP] Copy Pods Resources"; |
447 | 457 | outputFileListPaths = ( |
448 | 458 | "${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources-${CONFIGURATION}-output-files.xcfilelist", |
449 | 459 | ); |
| 460 | + outputPaths = ( |
| 461 | + ); |
450 | 462 | runOnlyForDeploymentPostprocessing = 0; |
451 | 463 | shellPath = /bin/sh; |
452 | 464 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-learnX/Pods-learnX-resources.sh\"\n"; |
|
512 | 524 | CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements; |
513 | 525 | CODE_SIGN_IDENTITY = "Apple Development"; |
514 | 526 | CODE_SIGN_STYLE = Automatic; |
515 | | - CURRENT_PROJECT_VERSION = 4020; |
| 527 | + CURRENT_PROJECT_VERSION = 4021; |
516 | 528 | DEAD_CODE_STRIPPING = YES; |
517 | 529 | DEVELOPMENT_TEAM = G896QC26MC; |
518 | 530 | ENABLE_BITCODE = NO; |
|
529 | 541 | "$(SDKROOT)/System/iOSSupport/usr/lib/swift", |
530 | 542 | "$(inherited)", |
531 | 543 | ); |
532 | | - MARKETING_VERSION = 16.2.0; |
| 544 | + MARKETING_VERSION = 16.2.1; |
533 | 545 | OTHER_LDFLAGS = ( |
534 | 546 | "$(inherited)", |
535 | 547 | "-ObjC", |
|
559 | 571 | CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements; |
560 | 572 | CODE_SIGN_IDENTITY = "Apple Development"; |
561 | 573 | CODE_SIGN_STYLE = Automatic; |
562 | | - CURRENT_PROJECT_VERSION = 4020; |
| 574 | + CURRENT_PROJECT_VERSION = 4021; |
563 | 575 | DEAD_CODE_STRIPPING = YES; |
564 | 576 | DEVELOPMENT_TEAM = G896QC26MC; |
565 | 577 | INFOPLIST_FILE = learnX/Info.plist; |
|
575 | 587 | "$(SDKROOT)/System/iOSSupport/usr/lib/swift", |
576 | 588 | "$(inherited)", |
577 | 589 | ); |
578 | | - MARKETING_VERSION = 16.2.0; |
| 590 | + MARKETING_VERSION = 16.2.1; |
579 | 591 | OTHER_LDFLAGS = ( |
580 | 592 | "$(inherited)", |
581 | 593 | "-ObjC", |
|
674 | 686 | ); |
675 | 687 | MTL_ENABLE_DEBUG_INFO = YES; |
676 | 688 | ONLY_ACTIVE_ARCH = YES; |
677 | | - OTHER_CFLAGS = ( |
678 | | - "$(inherited)", |
679 | | - " ", |
680 | | - ); |
| 689 | + OTHER_CFLAGS = "$(inherited) "; |
681 | 690 | OTHER_CPLUSPLUSFLAGS = ( |
682 | 691 | "$(OTHER_CFLAGS)", |
683 | 692 | "-DFOLLY_NO_CONFIG", |
|
765 | 774 | "\"$(inherited)\"", |
766 | 775 | ); |
767 | 776 | MTL_ENABLE_DEBUG_INFO = NO; |
768 | | - OTHER_CFLAGS = ( |
769 | | - "$(inherited)", |
770 | | - " ", |
771 | | - ); |
| 777 | + OTHER_CFLAGS = "$(inherited) "; |
772 | 778 | OTHER_CPLUSPLUSFLAGS = ( |
773 | 779 | "$(OTHER_CFLAGS)", |
774 | 780 | "-DFOLLY_NO_CONFIG", |
|
0 commit comments