Skip to content

Commit 14ebada

Browse files
committed
Update CocoaPods
1 parent 815c131 commit 14ebada

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
files = (
243243
);
244244
inputPaths = (
245-
"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
245+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
246246
"${BUILT_PRODUCTS_DIR}/ContainerController/ContainerController.framework",
247247
);
248248
name = "[CP] Embed Pods Frameworks";
@@ -251,7 +251,7 @@
251251
);
252252
runOnlyForDeploymentPostprocessing = 0;
253253
shellPath = /bin/sh;
254-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
254+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
255255
showEnvVarsInLog = 0;
256256
};
257257
/* End PBXShellScriptBuildPhase section */

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
PODS:
2-
- ContainerController (1.0)
2+
- ContainerController (1.1)
33
- SwiftLint (0.30.1)
44

55
DEPENDENCIES:
66
- ContainerController (from `../`)
77
- SwiftLint (~> 0.30.1)
88

99
SPEC REPOS:
10-
https://github.com/cocoapods/specs.git:
10+
https://github.com/CocoaPods/Specs.git:
1111
- SwiftLint
1212

1313
EXTERNAL SOURCES:
1414
ContainerController:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
ContainerController: cc23af15a0f362aa8ff5804cae047d288e7ef80a
18+
ContainerController: 86a216f7be79b2a9aedcead6c60069880114b10f
1919
SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7
2020

2121
PODFILE CHECKSUM: bf170c0fc679af9c07716afb977f44ac5674ce03
2222

23-
COCOAPODS: 1.5.3
23+
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)