Skip to content

Commit

Permalink
osxfuse: downgrade to cocoapods 1.5.3
Browse files Browse the repository at this point in the history
Suggested by chrisnojima.

Issue: keybase#16213
  • Loading branch information
strib committed Feb 25, 2019
1 parent 4ec000d commit 13ce541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions osx/Keybase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Status/Pods-Status-frameworks.sh",
"${SRCROOT}/Pods/Target Support Files/Pods-Status/Pods-Status-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
"${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework",
"${BUILT_PRODUCTS_DIR}/GBCli/GBCli.framework",
Expand Down Expand Up @@ -887,7 +887,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Status/Pods-Status-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Status/Pods-Status-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
6EBF4CB0181E5A8EE38B470D /* [CP] Embed Pods Frameworks */ = {
Expand All @@ -896,7 +896,7 @@
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Installer/Pods-Installer-frameworks.sh",
"${SRCROOT}/Pods/Target Support Files/Pods-Installer/Pods-Installer-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
"${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework",
"${BUILT_PRODUCTS_DIR}/GBCli/GBCli.framework",
Expand Down Expand Up @@ -931,7 +931,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Installer/Pods-Installer-frameworks.sh\"\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Installer/Pods-Installer-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
6 changes: 3 additions & 3 deletions osx/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ SPEC CHECKSUMS:
GHKeychain: 008cdb8bbab5b0dc1da3d0f06a67ce5203231e44
GHKit: 2a20b51df9ce8f4355b2af2821805d369d610546
GHODictionary: 225e042596a4b3d5b66b2b24250086b2f95514af
KBKit: 9f139696e2cd916f05ee603e33aabfd558ac8ccd
KBKit: e84eb021c4db47806e8e0a9379aa150f9bf2f9ac
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b
MDPSplitView: 127b4b371e813ec29333e515fb1c057126a75671
MPMessagePack: ee6b55fbec4e01a77e2bf631441d01f0b87b3cf5
MPMessagePack: d03da25d2fe631a111c1a28b6ba80582312706fc
ObjectiveSugar: a6a25f23d657c19df0a0b972466d5b5ca9f5295c
Slash: 7184f2a98e13ad62303037db3a706c88e98b197e
Tikppa: 77ac88aa89814a5ae9d18a773b4436ebef2235b7
YOLayout: 6728d890bab9b9e4962efd554cba16d677b30b0f

PODFILE CHECKSUM: 8fe857c66d9734d19aa442ba588e66c6cc83dc52

COCOAPODS: 1.6.1
COCOAPODS: 1.5.3

0 comments on commit 13ce541

Please sign in to comment.