You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
254
255
showEnvVarsInLog = 0;
255
256
};
257
+
B5C50ADD1C917F4A0059032B /* Swift Lint */ = {
258
+
isa = PBXShellScriptBuildPhase;
259
+
buildActionMask = 2147483647;
260
+
files = (
261
+
);
262
+
inputPaths = (
263
+
);
264
+
name = "Swift Lint";
265
+
outputPaths = (
266
+
);
267
+
runOnlyForDeploymentPostprocessing = 0;
268
+
shellPath = /bin/sh;
269
+
shellScript = "if which swiftlint >/dev/null; then swiftlint; fi";
0 commit comments