Skip to content

Commit a9404ed

Browse files
committed
Updating cocoapods dependencies.
1 parent c203694 commit a9404ed

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

Knuff.xcodeproj/project.pbxproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -466,13 +466,16 @@
466466
files = (
467467
);
468468
inputPaths = (
469+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
470+
"${PODS_ROOT}/Manifest.lock",
469471
);
470472
name = "[CP] Check Pods Manifest.lock";
471473
outputPaths = (
474+
"$(DERIVED_FILE_DIR)/Pods-Knuff-checkManifestLockResult.txt",
472475
);
473476
runOnlyForDeploymentPostprocessing = 0;
474477
shellPath = /bin/sh;
475-
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";
478+
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";
476479
showEnvVarsInLog = 0;
477480
};
478481
/* End PBXShellScriptBuildPhase section */

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.11'
1+
platform :macos, '10.11'
22

33
target "Knuff" do
44
pod 'Mantle'

Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
2-
- KVOController (1.0.3)
3-
- Mantle (2.0):
4-
- Mantle/extobjc (= 2.0)
5-
- Mantle/extobjc (2.0)
6-
- pop (1.0.8)
2+
- KVOController (1.2.0)
3+
- Mantle (2.1.0):
4+
- Mantle/extobjc (= 2.1.0)
5+
- Mantle/extobjc (2.1.0)
6+
- pop (1.0.10)
77

88
DEPENDENCIES:
99
- KVOController
1010
- Mantle
1111
- pop
1212

1313
SPEC CHECKSUMS:
14-
KVOController: 9fd8f0343670994e4b6f9f0b31f5a45663f3e1cf
15-
Mantle: d7c75b6fb789b20f7ae30cd0d09435fe545896ff
16-
pop: bb773ae2c791ca2629de13b347e7a8b450fa6a57
14+
KVOController: d72ace34afea42468329623b3379ab3cd1d286b6
15+
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b
16+
pop: 82ca6b068ce9278fd350fd9dd09482a0ce9492e6
1717

18-
PODFILE CHECKSUM: 243dd8fbe89604132f8a014047adfa433e9a4a5f
18+
PODFILE CHECKSUM: d1326c1d38442cfe797b93ffe189b8ee7591f266
1919

20-
COCOAPODS: 1.0.1
20+
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)