Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AdblockBrowser.xcodeproj/project.pbxproj

Issue 29626555: Fixes #6109 - Install SwiftLint Script to project (Closed)
Patch Set: Fixes #6109 - Install SwiftLint script to project Created Dec. 4, 2017, 11:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .swiftlint.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdblockBrowser.xcodeproj/project.pbxproj
diff --git a/AdblockBrowser.xcodeproj/project.pbxproj b/AdblockBrowser.xcodeproj/project.pbxproj
index a4d3d30b5e3ea48bd3f2396401de321357ccc285..c459db2cdb3131074d62ed7f6ff77fa091465243 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 = "SWIFTLINT=\"/usr/local/bin/swiftlint\"\nif [ -f $SWIFTLINT ]\nthen\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;
« no previous file with comments | « .swiftlint.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld