Skip to content

Commit

Permalink
Fiddle with lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyh committed Dec 2, 2024
1 parent b916a58 commit f677284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amethyst.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export PATH=\"$PATH:/opt/homebrew/bin\"\nswiftlint --fix\nswiftlint\n";
shellScript = "export PATH=\"$PATH:/opt/homebrew/bin\"\n(cd ${PROJECT_DIR} && swiftlint --fix && swiftlint)\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit f677284

Please sign in to comment.