| Index: AdblockBrowser.xcodeproj/project.pbxproj |
| diff --git a/AdblockBrowser.xcodeproj/project.pbxproj b/AdblockBrowser.xcodeproj/project.pbxproj |
| index a4d3d30b5e3ea48bd3f2396401de321357ccc285..c11c8c4da70ff535381fcc1a5d8361178ec94165 100644 |
| --- a/AdblockBrowser.xcodeproj/project.pbxproj |
| +++ b/AdblockBrowser.xcodeproj/project.pbxproj |
| @@ -1053,6 +1053,7 @@ |
| E95E6F4D1AE52FED0054F779 /* Embed App Extensions */, |
| E9E80F7C1DFEE9CC00DCCC11 /* Copy frameworks */, |
| E92575A01DF0405600B93166 /* Carthage copy frameworks */, |
| + 292D19FB1FD151CE00844215 /* Run SwiftLint */, |
| ); |
| buildRules = ( |
| ); |
| @@ -1233,6 +1234,20 @@ |
| /* End PBXResourcesBuildPhase section */ |
| /* Begin PBXShellScriptBuildPhase section */ |
| + 292D19FB1FD151CE00844215 /* Run SwiftLint */ = { |
| + isa = PBXShellScriptBuildPhase; |
| + buildActionMask = 2147483647; |
| + files = ( |
| + ); |
| + inputPaths = ( |
| + ); |
| + name = "Run SwiftLint"; |
| + outputPaths = ( |
| + ); |
| + runOnlyForDeploymentPostprocessing = 0; |
| + shellPath = /bin/sh; |
| + shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| + }; |
| E92575A01DF0405600B93166 /* Carthage copy frameworks */ = { |
| isa = PBXShellScriptBuildPhase; |
| buildActionMask = 2147483647; |