Skip to content

Commit

Permalink
Disable SwiftLint for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalsatija committed Sep 18, 2017
1 parent 6f53475 commit 365b29f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Binary file modified .DS_Store
Binary file not shown.
18 changes: 0 additions & 18 deletions ParseSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@
4AFDA70E1F26D9A5002AE4FC /* Frameworks */,
4AFDA70F1F26D9A5002AE4FC /* Headers */,
4AFDA7101F26D9A5002AE4FC /* Resources */,
4A6511541F49D53C005237DF /* SwiftLint */,
);
buildRules = (
);
Expand Down Expand Up @@ -443,23 +442,6 @@
};
/* End PBXResourcesBuildPhase section */

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

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

0 comments on commit 365b29f

Please sign in to comment.