When I create a Automator action in XCode using Bash, all files and folder paths are printed to stdin.
How do I get the content of those files? Whatever I try, I only get the filename in the output.
If I just select "Run shell script" I can select if I want everything to stdin or as arguments. Can this be done for an XCode project to?
It's almost easier to use Applescript, and let that run the Bash.
I tried something like
xargs | cat | MyCommand