1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00

Update pod file

This commit is contained in:
Yuri Strot 2016-09-22 15:10:11 +07:00
parent c0183a7a32
commit f2df3c956b
2 changed files with 3 additions and 3 deletions

View File

@ -410,7 +410,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../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";
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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

View File

@ -17,6 +17,6 @@ SPEC CHECKSUMS:
RxSwift: 77f3a0b15324baa7a1c9bfa9f199648a82424e26
SWXMLHash: 2f8c49af765718ad56020c4f875ec3ff22612f06
PODFILE CHECKSUM: 2b27ba53c0326bad26fb61b116044cf08cdac46d
PODFILE CHECKSUM: 151f0be871736eddfeeec5cda1747f8a81e679ef
COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.0.1