You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DifferenceKit.xcodeproj/project.pbxproj
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,7 @@
179
179
6B2DF86A210E2C12004D2D40 /* Frameworks */,
180
180
6B2DF86B210E2C12004D2D40 /* Headers */,
181
181
6B2DF86C210E2C12004D2D40 /* Resources */,
182
+
6B7EEDA4224E5A5000060872 /* SwiftLint */,
182
183
);
183
184
buildRules = (
184
185
);
@@ -263,6 +264,27 @@
263
264
};
264
265
/* End PBXResourcesBuildPhase section */
265
266
267
+
/* Begin PBXShellScriptBuildPhase section */
268
+
6B7EEDA4224E5A5000060872 /* SwiftLint */ = {
269
+
isa = PBXShellScriptBuildPhase;
270
+
buildActionMask = 2147483647;
271
+
files = (
272
+
);
273
+
inputFileListPaths = (
274
+
);
275
+
inputPaths = (
276
+
);
277
+
name = SwiftLint;
278
+
outputFileListPaths = (
279
+
);
280
+
outputPaths = (
281
+
);
282
+
runOnlyForDeploymentPostprocessing = 0;
283
+
shellPath = /bin/sh;
284
+
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
0 commit comments