File tree 1 file changed +2
-2
lines changed
CryptomatorCryptoLib.xcodeproj 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 399
399
);
400
400
runOnlyForDeploymentPostprocessing = 0;
401
401
shellPath = /bin/sh;
402
- shellScript = "if which swiftformat >/dev/null; then\n swiftformat --lint --lenient .\nelse\n echo \"warning: SwiftFormat not installed, download from https://github.com/nicklockwood/SwiftFormat\"\nfi\n";
402
+ shellScript = "PATH=$PATH:/opt/homebrew/bin\nif which swiftformat >/dev/null; then\n swiftformat --lint --lenient .\nelse\n echo \"warning: SwiftFormat not installed, download from https://github.com/nicklockwood/SwiftFormat\"\nfi\n";
403
403
};
404
404
749441272616051400435B0B /* Lint With SwiftLint */ = {
405
405
isa = PBXShellScriptBuildPhase;
417
417
);
418
418
runOnlyForDeploymentPostprocessing = 0;
419
419
shellPath = /bin/sh;
420
- shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
420
+ shellScript = "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";
421
421
};
422
422
/* End PBXShellScriptBuildPhase section */
423
423
You can’t perform that action at this time.
0 commit comments