|
539 | 539 | isa = PBXNativeTarget;
|
540 | 540 | buildConfigurationList = C8984CAA1C36B6FA001E4272 /* Build configuration list for PBXNativeTarget "Example" */;
|
541 | 541 | buildPhases = (
|
542 |
| - CE301EF235F2B45D0C3E30B9 /* 📦 Check Pods Manifest.lock */, |
| 542 | + CE301EF235F2B45D0C3E30B9 /* [CP] Check Pods Manifest.lock */, |
543 | 543 | C8984C971C36B6FA001E4272 /* Sources */,
|
544 | 544 | C8984C981C36B6FA001E4272 /* Frameworks */,
|
545 | 545 | C8984C991C36B6FA001E4272 /* Resources */,
|
546 | 546 | C8EC65CA1C4C441B00FC9207 /* Embed Frameworks */,
|
547 |
| - 5D41B451D84BA67C35C4AC67 /* 📦 Embed Pods Frameworks */, |
548 |
| - FF90FC9979157345588A89F5 /* 📦 Copy Pods Resources */, |
| 547 | + 5D41B451D84BA67C35C4AC67 /* [CP] Embed Pods Frameworks */, |
| 548 | + FF90FC9979157345588A89F5 /* [CP] Copy Pods Resources */, |
549 | 549 | );
|
550 | 550 | buildRules = (
|
551 | 551 | );
|
|
598 | 598 | isa = PBXNativeTarget;
|
599 | 599 | buildConfigurationList = C8BB767E1C4C3E53002B21C8 /* Build configuration list for PBXNativeTarget "RxDataSources" */;
|
600 | 600 | buildPhases = (
|
601 |
| - C6F25DB535B519D2FD763EC9 /* 📦 Check Pods Manifest.lock */, |
| 601 | + C6F25DB535B519D2FD763EC9 /* [CP] Check Pods Manifest.lock */, |
602 | 602 | C8BB765F1C4C3E53002B21C8 /* Sources */,
|
603 | 603 | C8BB76761C4C3E53002B21C8 /* Frameworks */,
|
604 | 604 | C8BB767A1C4C3E53002B21C8 /* Headers */,
|
605 | 605 | C8BB767C1C4C3E53002B21C8 /* Resources */,
|
606 |
| - 07272154CEBF20D8EC983364 /* 📦 Copy Pods Resources */, |
| 606 | + 07272154CEBF20D8EC983364 /* [CP] Copy Pods Resources */, |
607 | 607 | );
|
608 | 608 | buildRules = (
|
609 | 609 | );
|
|
714 | 714 | /* End PBXResourcesBuildPhase section */
|
715 | 715 |
|
716 | 716 | /* Begin PBXShellScriptBuildPhase section */
|
717 |
| - 07272154CEBF20D8EC983364 /* 📦 Copy Pods Resources */ = { |
| 717 | + 07272154CEBF20D8EC983364 /* [CP] Copy Pods Resources */ = { |
718 | 718 | isa = PBXShellScriptBuildPhase;
|
719 | 719 | buildActionMask = 2147483647;
|
720 | 720 | files = (
|
721 | 721 | );
|
722 | 722 | inputPaths = (
|
723 | 723 | );
|
724 |
| - name = "📦 Copy Pods Resources"; |
| 724 | + name = "[CP] Copy Pods Resources"; |
725 | 725 | outputPaths = (
|
726 | 726 | );
|
727 | 727 | runOnlyForDeploymentPostprocessing = 0;
|
728 | 728 | shellPath = /bin/sh;
|
729 | 729 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RxDataSources/Pods-RxDataSources-resources.sh\"\n";
|
730 | 730 | showEnvVarsInLog = 0;
|
731 | 731 | };
|
732 |
| - 5D41B451D84BA67C35C4AC67 /* 📦 Embed Pods Frameworks */ = { |
| 732 | + 5D41B451D84BA67C35C4AC67 /* [CP] Embed Pods Frameworks */ = { |
733 | 733 | isa = PBXShellScriptBuildPhase;
|
734 | 734 | buildActionMask = 2147483647;
|
735 | 735 | files = (
|
736 | 736 | );
|
737 | 737 | inputPaths = (
|
738 | 738 | );
|
739 |
| - name = "📦 Embed Pods Frameworks"; |
| 739 | + name = "[CP] Embed Pods Frameworks"; |
740 | 740 | outputPaths = (
|
741 | 741 | );
|
742 | 742 | runOnlyForDeploymentPostprocessing = 0;
|
743 | 743 | shellPath = /bin/sh;
|
744 | 744 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
|
745 | 745 | showEnvVarsInLog = 0;
|
746 | 746 | };
|
747 |
| - C6F25DB535B519D2FD763EC9 /* 📦 Check Pods Manifest.lock */ = { |
| 747 | + C6F25DB535B519D2FD763EC9 /* [CP] Check Pods Manifest.lock */ = { |
748 | 748 | isa = PBXShellScriptBuildPhase;
|
749 | 749 | buildActionMask = 2147483647;
|
750 | 750 | files = (
|
751 | 751 | );
|
752 | 752 | inputPaths = (
|
753 | 753 | );
|
754 |
| - name = "📦 Check Pods Manifest.lock"; |
| 754 | + name = "[CP] Check Pods Manifest.lock"; |
755 | 755 | outputPaths = (
|
756 | 756 | );
|
757 | 757 | runOnlyForDeploymentPostprocessing = 0;
|
758 | 758 | shellPath = /bin/sh;
|
759 | 759 | shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
|
760 | 760 | showEnvVarsInLog = 0;
|
761 | 761 | };
|
762 |
| - CE301EF235F2B45D0C3E30B9 /* 📦 Check Pods Manifest.lock */ = { |
| 762 | + CE301EF235F2B45D0C3E30B9 /* [CP] Check Pods Manifest.lock */ = { |
763 | 763 | isa = PBXShellScriptBuildPhase;
|
764 | 764 | buildActionMask = 2147483647;
|
765 | 765 | files = (
|
766 | 766 | );
|
767 | 767 | inputPaths = (
|
768 | 768 | );
|
769 |
| - name = "📦 Check Pods Manifest.lock"; |
| 769 | + name = "[CP] Check Pods Manifest.lock"; |
770 | 770 | outputPaths = (
|
771 | 771 | );
|
772 | 772 | runOnlyForDeploymentPostprocessing = 0;
|
773 | 773 | shellPath = /bin/sh;
|
774 | 774 | shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
|
775 | 775 | showEnvVarsInLog = 0;
|
776 | 776 | };
|
777 |
| - FF90FC9979157345588A89F5 /* 📦 Copy Pods Resources */ = { |
| 777 | + FF90FC9979157345588A89F5 /* [CP] Copy Pods Resources */ = { |
778 | 778 | isa = PBXShellScriptBuildPhase;
|
779 | 779 | buildActionMask = 2147483647;
|
780 | 780 | files = (
|
781 | 781 | );
|
782 | 782 | inputPaths = (
|
783 | 783 | );
|
784 |
| - name = "📦 Copy Pods Resources"; |
| 784 | + name = "[CP] Copy Pods Resources"; |
785 | 785 | outputPaths = (
|
786 | 786 | );
|
787 | 787 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments