|
731 | 731 | files = (
|
732 | 732 | );
|
733 | 733 | inputPaths = (
|
| 734 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 735 | + "${PODS_ROOT}/Manifest.lock", |
734 | 736 | );
|
735 | 737 | name = "[CP] Check Pods Manifest.lock";
|
736 | 738 | outputPaths = (
|
| 739 | + "$(DERIVED_FILE_DIR)/Pods-IGListKitExamples-checkManifestLockResult.txt", |
737 | 740 | );
|
738 | 741 | runOnlyForDeploymentPostprocessing = 0;
|
739 | 742 | shellPath = /bin/sh;
|
740 |
| - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 743 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
741 | 744 | showEnvVarsInLog = 0;
|
742 | 745 | };
|
743 | 746 | 7910AB0B0119845230139A42 /* [CP] Check Pods Manifest.lock */ = {
|
|
746 | 749 | files = (
|
747 | 750 | );
|
748 | 751 | inputPaths = (
|
| 752 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 753 | + "${PODS_ROOT}/Manifest.lock", |
749 | 754 | );
|
750 | 755 | name = "[CP] Check Pods Manifest.lock";
|
751 | 756 | outputPaths = (
|
| 757 | + "$(DERIVED_FILE_DIR)/Pods-IGListKitMessageExample-checkManifestLockResult.txt", |
752 | 758 | );
|
753 | 759 | runOnlyForDeploymentPostprocessing = 0;
|
754 | 760 | shellPath = /bin/sh;
|
755 |
| - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 761 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
756 | 762 | showEnvVarsInLog = 0;
|
757 | 763 | };
|
758 | 764 | 92C870297B4AB33D0579FFCD /* [CP] Check Pods Manifest.lock */ = {
|
|
761 | 767 | files = (
|
762 | 768 | );
|
763 | 769 | inputPaths = (
|
| 770 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 771 | + "${PODS_ROOT}/Manifest.lock", |
764 | 772 | );
|
765 | 773 | name = "[CP] Check Pods Manifest.lock";
|
766 | 774 | outputPaths = (
|
| 775 | + "$(DERIVED_FILE_DIR)/Pods-IGListKitTodayExample-checkManifestLockResult.txt", |
767 | 776 | );
|
768 | 777 | runOnlyForDeploymentPostprocessing = 0;
|
769 | 778 | shellPath = /bin/sh;
|
770 |
| - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 779 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
771 | 780 | showEnvVarsInLog = 0;
|
772 | 781 | };
|
773 | 782 | 985349E4AB771563497C83A5 /* [CP] Embed Pods Frameworks */ = {
|
|
776 | 785 | files = (
|
777 | 786 | );
|
778 | 787 | inputPaths = (
|
| 788 | + "${SRCROOT}/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-frameworks.sh", |
| 789 | + "${BUILT_PRODUCTS_DIR}/IGListKit/IGListKit.framework", |
779 | 790 | );
|
780 | 791 | name = "[CP] Embed Pods Frameworks";
|
781 | 792 | outputPaths = (
|
| 793 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IGListKit.framework", |
782 | 794 | );
|
783 | 795 | runOnlyForDeploymentPostprocessing = 0;
|
784 | 796 | shellPath = /bin/sh;
|
|
0 commit comments