Skip to content

Commit 4aec66f

Browse files
committed
killing only eqMac.app process during debug instead of node instances
1 parent 6938f24 commit 4aec66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/app/eqMac.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
);
741741
runOnlyForDeploymentPostprocessing = 0;
742742
shellPath = /bin/zsh;
743-
shellScript = "if [[ $CONFIGURATION == \"Debug\" ]]; then\n pkill -f eqMac || true\nfi\n";
743+
shellScript = "if [[ $CONFIGURATION == \"Debug\" ]]; then\n pkill -f eqMac.app || true\nfi\n";
744744
};
745745
E06B9AEA2459CAFE00A4D10B /* Run Script - Upload dSYM to Sentry */ = {
746746
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)