Skip to content

Commit

Permalink
Remove swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 4, 2020
1 parent f5b1a76 commit 1dcf66f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Cache.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@
BDEDD3521DBCE5B1007416A6 /* Frameworks */,
BDEDD3531DBCE5B1007416A6 /* Headers */,
BDEDD3541DBCE5B1007416A6 /* Resources */,
BDEDD3731DBCE616007416A6 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -771,22 +770,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
BDEDD3731DBCE616007416A6 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
BDEDD3511DBCE5B1007416A6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit 1dcf66f

Please sign in to comment.