Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 94cb0b2

Browse files
committed
Закомментировал swiftlint, чтобы у тех, у кого он не скачан, могли запустить проект
1 parent e58e50a commit 94cb0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • AvitoTech-TraineeAssignment/AvitoTech-TraineeAssignment.xcodeproj

AvitoTech-TraineeAssignment/AvitoTech-TraineeAssignment.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
);
311311
runOnlyForDeploymentPostprocessing = 0;
312312
shellPath = /bin/sh;
313-
shellScript = "export PATH=\"$PATH:/opt/homebrew/bin\"\nif which swiftlint > /dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
313+
shellScript = "#export PATH=\"$PATH:/opt/homebrew/bin\"\n#if which swiftlint > /dev/null; then\n# swiftlint\n#else\n# echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\n#fi\n";
314314
};
315315
/* End PBXShellScriptBuildPhase section */
316316

0 commit comments

Comments
 (0)