Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit bdd176c

Browse files
author
featherless
committed
Re-ran pod install.
1 parent 1efb239 commit bdd176c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CatalogByConvention (2.1.1)
3-
- MotionTransitioning (5.0.0)
3+
- MotionTransitioning (7.0.0)
44

55
DEPENDENCIES:
66
- CatalogByConvention
@@ -16,8 +16,8 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
19-
MotionTransitioning: 42968eefaeb185d70dad5d891bf1229e84c0ccc9
19+
MotionTransitioning: afdc2fb08fc6e8744dab4f160b3764c9bde59338
2020

2121
PODFILE CHECKSUM: 25d5942fb7698339a03667bb46c3fbb77529b92d
2222

23-
COCOAPODS: 1.5.3
23+
COCOAPODS: 1.6.0

examples/apps/Catalog/TransitionsCatalog.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
files = (
517517
);
518518
inputPaths = (
519-
"${SRCROOT}/../../../Pods/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh",
519+
"${PODS_ROOT}/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh",
520520
"${BUILT_PRODUCTS_DIR}/MotionTransitioning/MotionTransitioning.framework",
521521
);
522522
name = "[CP] Embed Pods Frameworks";
@@ -525,7 +525,7 @@
525525
);
526526
runOnlyForDeploymentPostprocessing = 0;
527527
shellPath = /bin/sh;
528-
shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh\"\n";
528+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh\"\n";
529529
showEnvVarsInLog = 0;
530530
};
531531
DD0DE1433C97D7502DC5B756 /* [CP] Check Pods Manifest.lock */ = {
@@ -552,7 +552,7 @@
552552
files = (
553553
);
554554
inputPaths = (
555-
"${SRCROOT}/../../../Pods/Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh",
555+
"${PODS_ROOT}/Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh",
556556
"${BUILT_PRODUCTS_DIR}/CatalogByConvention/CatalogByConvention.framework",
557557
"${BUILT_PRODUCTS_DIR}/MotionTransitioning/MotionTransitioning.framework",
558558
);
@@ -563,7 +563,7 @@
563563
);
564564
runOnlyForDeploymentPostprocessing = 0;
565565
shellPath = /bin/sh;
566-
shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh\"\n";
566+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-TransitionsCatalog/Pods-TransitionsCatalog-frameworks.sh\"\n";
567567
showEnvVarsInLog = 0;
568568
};
569569
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)