Skip to content

Commit

Permalink
Updating cocoapods dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
blommegard committed Sep 26, 2017
1 parent c203694 commit a9404ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion Knuff.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Knuff-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :osx, '10.11'
platform :macos, '10.11'

target "Knuff" do
pod 'Mantle'
Expand Down
20 changes: 10 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- KVOController (1.0.3)
- Mantle (2.0):
- Mantle/extobjc (= 2.0)
- Mantle/extobjc (2.0)
- pop (1.0.8)
- KVOController (1.2.0)
- Mantle (2.1.0):
- Mantle/extobjc (= 2.1.0)
- Mantle/extobjc (2.1.0)
- pop (1.0.10)

DEPENDENCIES:
- KVOController
- Mantle
- pop

SPEC CHECKSUMS:
KVOController: 9fd8f0343670994e4b6f9f0b31f5a45663f3e1cf
Mantle: d7c75b6fb789b20f7ae30cd0d09435fe545896ff
pop: bb773ae2c791ca2629de13b347e7a8b450fa6a57
KVOController: d72ace34afea42468329623b3379ab3cd1d286b6
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b
pop: 82ca6b068ce9278fd350fd9dd09482a0ce9492e6

PODFILE CHECKSUM: 243dd8fbe89604132f8a014047adfa433e9a4a5f
PODFILE CHECKSUM: d1326c1d38442cfe797b93ffe189b8ee7591f266

COCOAPODS: 1.0.1
COCOAPODS: 1.3.1

0 comments on commit a9404ed

Please sign in to comment.