mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
remove "say" call from build phase
This commit is contained in:
parent
9c8722768a
commit
295f2ac19a
@ -948,7 +948,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ -z $LOAD_RESOURCES_FROM_DIR ]; then\n say 'compiling'\n rake compile-coffeescripts\nfi;";
|
||||
shellScript = "if [ -z $LOAD_RESOURCES_FROM_DIR ]; then\n rake compile-coffeescripts\nfi;";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
Loading…
Reference in New Issue
Block a user