Skip to content

Commit dc4cfd5

Browse files
committed
Revert swiftlint phase output changes
1 parent d41bbc5 commit dc4cfd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9531,11 +9531,10 @@
95319531
outputFileListPaths = (
95329532
);
95339533
outputPaths = (
9534-
"$(DERIVED_FILE_DIR)/swiftlint-output.txt",
95359534
);
95369535
runOnlyForDeploymentPostprocessing = 0;
95379536
shellPath = /bin/bash;
9538-
shellScript = "$SRCROOT/../Scripts/build-phases/swiftlint.sh\n\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
9537+
shellScript = "$SRCROOT/../Scripts/build-phases/swiftlint.sh\n";
95399538
};
95409539
5F0CE4E06C2CFA36FC2FD62B /* [CP] Check Pods Manifest.lock */ = {
95419540
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)