Skip to content

Commit

Permalink
refactor: update Periphery (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 20, 2025
1 parent 3032a7a commit 540bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Periphery action to look for dead code\nperiphery scan --strict --workspace Showcase.xcworkspace --schemes Showcase --targets Showcase --format xcode\n";
shellScript = "# Periphery action to look for dead code\nperiphery scan --strict --workspace DesignToolbox.xcworkspace --schemes DesignToolbox --targets DesignToolbox --format xcode\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 540bb3f

Please sign in to comment.