I want to get an Xcode variable that will list of all the files in the Compile Sources section of Xcode. I can’t seem to find the variable for it. Can anyone point me in the right direction?
In the “Run Script” phase for want to be able to iterate Compiled Source files and copy them to another location.

The only answer I can come up with at the moment is to hard code my list of file names into the bash script that I need them in.