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: CollectionView.xcodeproj/project.pbxproj
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,7 @@
294
294
DE9071E51CAC7FD800AD0E37 /* Frameworks */,
295
295
DE9071E61CAC7FD800AD0E37 /* Headers */,
296
296
DE9071E71CAC7FD800AD0E37 /* Resources */,
297
+
1CB6A657211D6BAC00907CEF /* SwiftLint */,
297
298
);
298
299
buildRules = (
299
300
);
@@ -377,6 +378,27 @@
377
378
};
378
379
/* End PBXResourcesBuildPhase section */
379
380
381
+
/* Begin PBXShellScriptBuildPhase section */
382
+
1CB6A657211D6BAC00907CEF /* SwiftLint */ = {
383
+
isa = PBXShellScriptBuildPhase;
384
+
buildActionMask = 2147483647;
385
+
files = (
386
+
);
387
+
inputFileListPaths = (
388
+
);
389
+
inputPaths = (
390
+
);
391
+
name = SwiftLint;
392
+
outputFileListPaths = (
393
+
);
394
+
outputPaths = (
395
+
);
396
+
runOnlyForDeploymentPostprocessing = 0;
397
+
shellPath = /bin/sh;
398
+
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