diff --git a/Macaw.xcodeproj/project.pbxproj b/Macaw.xcodeproj/project.pbxproj index d373af21..1c1f3b3a 100644 --- a/Macaw.xcodeproj/project.pbxproj +++ b/Macaw.xcodeproj/project.pbxproj @@ -905,6 +905,7 @@ 57614B731F83D15600875933 /* Headers */, 57614B741F83D15600875933 /* Resources */, 57614B751F83D15600875933 /* CopyFiles */, + 665742FC1F988D93006612C6 /* ShellScript */, ); buildRules = ( ); @@ -1034,6 +1035,19 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + 665742FC1F988D93006612C6 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect --format\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; + }; 669D360B1F8F9B4C0048EF8B /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647;