Skip to content

Commit 0ad49e1

Browse files
rnystromfacebook-github-bot
authored andcommitted
Pod install 3.1.0
Summary: Updating example pods via script Closes #911 Differential Revision: D5695840 Pulled By: rnystrom fbshipit-source-id: 7aaaf9f07e0aa0cccbebbcbd12d9e5a617755cf1
1 parent 380b988 commit 0ad49e1

File tree

26 files changed

+1513
-1477
lines changed

26 files changed

+1513
-1477
lines changed

Examples/Examples-iOS/IGListKitExamples.xcodeproj/project.pbxproj

+15-3
Original file line numberDiff line numberDiff line change
@@ -731,13 +731,16 @@
731731
files = (
732732
);
733733
inputPaths = (
734+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
735+
"${PODS_ROOT}/Manifest.lock",
734736
);
735737
name = "[CP] Check Pods Manifest.lock";
736738
outputPaths = (
739+
"$(DERIVED_FILE_DIR)/Pods-IGListKitExamples-checkManifestLockResult.txt",
737740
);
738741
runOnlyForDeploymentPostprocessing = 0;
739742
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";
741744
showEnvVarsInLog = 0;
742745
};
743746
7910AB0B0119845230139A42 /* [CP] Check Pods Manifest.lock */ = {
@@ -746,13 +749,16 @@
746749
files = (
747750
);
748751
inputPaths = (
752+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
753+
"${PODS_ROOT}/Manifest.lock",
749754
);
750755
name = "[CP] Check Pods Manifest.lock";
751756
outputPaths = (
757+
"$(DERIVED_FILE_DIR)/Pods-IGListKitMessageExample-checkManifestLockResult.txt",
752758
);
753759
runOnlyForDeploymentPostprocessing = 0;
754760
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";
756762
showEnvVarsInLog = 0;
757763
};
758764
92C870297B4AB33D0579FFCD /* [CP] Check Pods Manifest.lock */ = {
@@ -761,13 +767,16 @@
761767
files = (
762768
);
763769
inputPaths = (
770+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
771+
"${PODS_ROOT}/Manifest.lock",
764772
);
765773
name = "[CP] Check Pods Manifest.lock";
766774
outputPaths = (
775+
"$(DERIVED_FILE_DIR)/Pods-IGListKitTodayExample-checkManifestLockResult.txt",
767776
);
768777
runOnlyForDeploymentPostprocessing = 0;
769778
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";
771780
showEnvVarsInLog = 0;
772781
};
773782
985349E4AB771563497C83A5 /* [CP] Embed Pods Frameworks */ = {
@@ -776,9 +785,12 @@
776785
files = (
777786
);
778787
inputPaths = (
788+
"${SRCROOT}/Pods/Target Support Files/Pods-IGListKitExamples/Pods-IGListKitExamples-frameworks.sh",
789+
"${BUILT_PRODUCTS_DIR}/IGListKit/IGListKit.framework",
779790
);
780791
name = "[CP] Embed Pods Frameworks";
781792
outputPaths = (
793+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IGListKit.framework",
782794
);
783795
runOnlyForDeploymentPostprocessing = 0;
784796
shellPath = /bin/sh;

Examples/Examples-iOS/Podfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
2-
- IGListKit (3.0.0):
3-
- IGListKit/Default (= 3.0.0)
4-
- IGListKit/Default (3.0.0):
2+
- IGListKit (3.1.0):
3+
- IGListKit/Default (= 3.1.0)
4+
- IGListKit/Default (3.1.0):
55
- IGListKit/Diffing
6-
- IGListKit/Diffing (3.0.0)
6+
- IGListKit/Diffing (3.1.0)
77

88
DEPENDENCIES:
99
- IGListKit (from `../../IGListKit.podspec`)
1010

1111
EXTERNAL SOURCES:
1212
IGListKit:
13-
:path: "../../IGListKit.podspec"
13+
:path: ../../IGListKit.podspec
1414

1515
SPEC CHECKSUMS:
16-
IGListKit: 9eab6856a15fa25ad72018ff9d9eb2178c240fff
16+
IGListKit: 5065cb595903016ca42ed52fc0f9cd3b13170bff
1717

1818
PODFILE CHECKSUM: 0d505f6895c1f8c0016d78680f9b532c444cbb5e
1919

20-
COCOAPODS: 1.2.1
20+
COCOAPODS: 1.3.1

Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Examples-iOS/Pods/Manifest.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)