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;
};
DD8DD2B2230E05FD00E5F7FA/* Swiftlint */={
isa=PBXShellScriptBuildPhase;
buildActionMask=2147483647;
files=(
);
inputFileListPaths=(
);
inputPaths=(
);
name=Swiftlint;
outputFileListPaths=(
);
outputPaths=(
);
runOnlyForDeploymentPostprocessing=0;
shellPath=/bin/sh;
shellScript="# Type a script or drag a script file from your workspace to insert its path.\nif which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed. Skipping lint.\"\nfi\n";