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

Delta Between Two Patch Sets: AdblockBrowser.xcodeproj/project.pbxproj

Issue 29626555: Fixes #6109 - Install SwiftLint Script to project (Closed)
Left Patch Set: Created Dec. 1, 2017, 9:03 a.m.
Right Patch Set: Fixes #6109 - Install SwiftLint script to project Created Dec. 4, 2017, 11:27 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .swiftlint.yml ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 46; 6 objectVersion = 46;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 69013C541BA0577000E312DE /* aquariophilie.json in Resources */ = {isa = PBXBuildFile; fileRef = 69013C4E1BA056F900E312DE /* aquariophilie.json * /; }; 10 69013C541BA0577000E312DE /* aquariophilie.json in Resources */ = {isa = PBXBuildFile; fileRef = 69013C4E1BA056F900E312DE /* aquariophilie.json * /; };
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 buildActionMask = 2147483647; 1239 buildActionMask = 2147483647;
1240 files = ( 1240 files = (
1241 ); 1241 );
1242 inputPaths = ( 1242 inputPaths = (
1243 ); 1243 );
1244 name = "Run SwiftLint"; 1244 name = "Run SwiftLint";
1245 outputPaths = ( 1245 outputPaths = (
1246 ); 1246 );
1247 runOnlyForDeploymentPostprocessing = 0; 1247 runOnlyForDeploymentPostprocessing = 0;
1248 shellPath = /bin/sh; 1248 shellPath = /bin/sh;
1249 » » » shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from http s://github.com/realm/SwiftLint\"\nfi"; 1249 » » » shellScript = "SWIFTLINT=\"/usr/local/bin/swiftlint\"\ni f [ -f $SWIFTLINT ]\nthen\n $SWIFTLINT\nelse\n echo \"warning: SwiftLint n ot installed, download from https://github.com/realm/SwiftLint\"\nfi";
1250 }; 1250 };
1251 E92575A01DF0405600B93166 /* Carthage copy frameworks */ = { 1251 E92575A01DF0405600B93166 /* Carthage copy frameworks */ = {
1252 isa = PBXShellScriptBuildPhase; 1252 isa = PBXShellScriptBuildPhase;
1253 buildActionMask = 2147483647; 1253 buildActionMask = 2147483647;
1254 files = ( 1254 files = (
1255 ); 1255 );
1256 inputPaths = ( 1256 inputPaths = (
1257 "$(SRCROOT)/Carthage/Build/iOS/CocoaLumberjack.f ramework", 1257 "$(SRCROOT)/Carthage/Build/iOS/CocoaLumberjack.f ramework",
1258 "$(SRCROOT)/Carthage/Build/iOS/CocoaLumberjackSw ift.framework", 1258 "$(SRCROOT)/Carthage/Build/iOS/CocoaLumberjackSw ift.framework",
1259 "$(SRCROOT)/Carthage/Build/iOS/AttributedMarkdow n.framework", 1259 "$(SRCROOT)/Carthage/Build/iOS/AttributedMarkdow n.framework",
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2100 E91C79A21AB2E77700632D61 /* Release */, 2100 E91C79A21AB2E77700632D61 /* Release */,
2101 E99EA7801DEC4ABD0061FC27 /* Devbuild */, 2101 E99EA7801DEC4ABD0061FC27 /* Devbuild */,
2102 ); 2102 );
2103 defaultConfigurationIsVisible = 0; 2103 defaultConfigurationIsVisible = 0;
2104 defaultConfigurationName = Release; 2104 defaultConfigurationName = Release;
2105 }; 2105 };
2106 /* End XCConfigurationList section */ 2106 /* End XCConfigurationList section */
2107 }; 2107 };
2108 rootObject = E91C79641AB2E22700632D61 /* Project object */; 2108 rootObject = E91C79641AB2E22700632D61 /* Project object */;
2109 } 2109 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld