yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Add shell to ExecutionAction #1429

Open balazs-vimn opened 6 months ago

balazs-vimn commented 6 months ago

Execution action does not support "shell", so it will always fall back to Xcode's default: /bin/sh On the other hand Build Script does this option already built in.