Skip to content

Commit

Permalink
Remove SwiftLint Build Phase
Browse files Browse the repository at this point in the history
Temprarily removing the SwiftLint build phase to check if that's why Travis is failing to build the project.
  • Loading branch information
pranjalsatija committed Sep 18, 2017
1 parent fbcafac commit 6f53475
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
15 changes: 0 additions & 15 deletions ParseSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
4AB8B4F01F254AE10070F682 /* Frameworks */,
4AB8B4F11F254AE10070F682 /* Headers */,
4AB8B4F21F254AE10070F682 /* Resources */,
4A6511551F49D544005237DF /* SwiftLint */,
);
buildRules = (
);
Expand Down Expand Up @@ -459,20 +458,6 @@
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";
};
4A6511551F49D544005237DF /* 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 \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit 6f53475

Please sign in to comment.