Skip to content

Commit

Permalink
Merge pull request #1757 from barijaona/swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
josh64x2 authored Jun 23, 2024
2 parents 8928488 + 7c4b1dd commit 08cd7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vienna.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint --lenient\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
shellScript = "export PATH=/opt/homebrew/bin:/sw/bin:/opt/local/bin:/usr/local/bin:${PATH}\n\nif which swiftlint >/dev/null; then\n swiftlint --lenient\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
showEnvVarsInLog = 0;
};
F6B123401E474EC500973699 /* Index Help Book */ = {
Expand Down

0 comments on commit 08cd7fd

Please sign in to comment.