Skip to content

Commit

Permalink
Remove SwiftLint Build Phase
Browse files Browse the repository at this point in the history
SwiftLint in the newest version broke the build when installing as
dependency via Carthage though it was only executed for the Debug
configuration.
  • Loading branch information
Blackjacx committed Feb 1, 2022
1 parent eb76f70 commit b5c98ca
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions Columbus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@
isa = PBXNativeTarget;
buildConfigurationList = B94B1B0321CD38B400FF1B72 /* Build configuration list for PBXNativeTarget "Columbus-tvOS" */;
buildPhases = (
B902956A23E7660100269EA9 /* SwiftLint */,
B94B1AF721CD38B400FF1B72 /* Headers */,
B94B1AF821CD38B400FF1B72 /* Sources */,
B94B1B0021CD38B400FF1B72 /* Frameworks */,
Expand Down Expand Up @@ -349,7 +348,6 @@
isa = PBXNativeTarget;
buildConfigurationList = B9F8788821CD28A200273F82 /* Build configuration list for PBXNativeTarget "Columbus-iOS" */;
buildPhases = (
B902956923E765D300269EA9 /* SwiftLint */,
B9F8787E21CD28A200273F82 /* Headers */,
B9F8787F21CD28A200273F82 /* Sources */,
B9F8788021CD28A200273F82 /* Frameworks */,
Expand Down Expand Up @@ -481,45 +479,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
B902956923E765D300269EA9 /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = SwiftLint;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n mint run swiftlint\nfi\n";
};
B902956A23E7660100269EA9 /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = SwiftLint;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n mint run swiftlint\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
B94B1AF821CD38B400FF1B72 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit b5c98ca

Please sign in to comment.