Skip to content

Commit

Permalink
updated the name of the swiftlint step in xcode so it's more obvious …
Browse files Browse the repository at this point in the history
…at first glance when it fails
  • Loading branch information
aboedo committed Jul 14, 2021
1 parent 71edc18 commit 2839338
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Purchases.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@
352629FA1F7C4B9100C04F2C /* Frameworks */,
352629FB1F7C4B9100C04F2C /* Headers */,
352629FC1F7C4B9100C04F2C /* Resources */,
B385A1532674324500C6F132 /* ShellScript */,
B385A1532674324500C6F132 /* Swiftlint */,
);
buildRules = (
);
Expand Down Expand Up @@ -1633,7 +1633,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
B385A1532674324500C6F132 /* ShellScript */ = {
B385A1532674324500C6F132 /* Swiftlint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -1642,6 +1642,7 @@
);
inputPaths = (
);
name = Swiftlint;
outputFileListPaths = (
);
outputPaths = (
Expand Down

0 comments on commit 2839338

Please sign in to comment.