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
buildConfigurationList = 4DDF8C351F211E2E008C2135 /* Build configuration list for PBXNativeTarget "HTMLSAXParser iOS" */;
318
318
buildPhases = (
319
+
4D63D6581F9CB6F6009EC3CB /* SwiftLint */,
319
320
4DDF8C1C1F211E2D008C2135 /* Sources */,
320
321
4DDF8C1D1F211E2D008C2135 /* Frameworks */,
321
322
4DDF8C1E1F211E2D008C2135 /* Headers */,
@@ -442,6 +443,23 @@
442
443
};
443
444
/* End PBXResourcesBuildPhase section */
444
445
446
+
/* Begin PBXShellScriptBuildPhase section */
447
+
4D63D6581F9CB6F6009EC3CB /* SwiftLint */ = {
448
+
isa = PBXShellScriptBuildPhase;
449
+
buildActionMask = 2147483647;
450
+
files = (
451
+
);
452
+
inputPaths = (
453
+
);
454
+
name = SwiftLint;
455
+
outputPaths = (
456
+
);
457
+
runOnlyForDeploymentPostprocessing = 0;
458
+
shellPath = /bin/sh;
459
+
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n\techo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
0 commit comments