yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add shell to ExecutionAction

balazs-vimn opened this issue · comments

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.