Skip to content

Commit

Permalink
Merge pull request #15 from uphold/support/update-swiftlint
Browse files Browse the repository at this point in the history
Update swiftlint
  • Loading branch information
SandroMachado committed Nov 6, 2015
2 parents 7c1c1e2 + c8c78ff commit 031676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpholdSdk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = /usr/local/bin/swiftlint;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 031676f

Please sign in to comment.