macOS 13 removed /usr/local/bin folder. Callisto used this and others hardcoded as $PATH variable for its subtasks, which then failed. Use the parent Process $PATH variable to be future proof.
Tasks
[x] Use system PATH variable for internal subtask
Infos for Reviewer
Not all environment variables are set when launched from Xcode. To be as close to Terminal we have to set some Variables ourselves:
Description
macOS 13 removed
/usr/local/bin
folder. Callisto used this and others hardcoded as $PATH variable for its subtasks, which then failed. Use the parent Process $PATH variable to be future proof.Tasks
Infos for Reviewer
Not all environment variables are set when launched from Xcode. To be as close to Terminal we have to set some Variables ourselves: