Skip to content

Commit

Permalink
Update swiftlint script comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sp4ce-cowboy committed Mar 19, 2024
1 parent e050312 commit 3d35c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TowerForge/TowerForge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Conditional for swiftlint installation on Apple Silicon MacBooks\nif [[ \"$(uname -m)\" == arm64 ]]; then\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\nif which swiftlint > /dev/null; then\n swiftlint --fix && swiftlint # Uncomment this line for auto-fixing of issues\n #swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
shellScript = "# Conditional for swiftlint installation on Apple Silicon MacBooks\nif [[ \"$(uname -m)\" == arm64 ]]; then\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\nif which swiftlint > /dev/null; then\n swiftlint --fix && swiftlint # Comment this line to disable auto-fixing of issues\n #swiftlint # then uncomment this line\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 3d35c7a

Please sign in to comment.