Does the xcfilelist syntax support wildcards?

I'm adding a run script build phase to my project and want to add an xcfilelist to the 'Input File Lists' section.

I'm aware that the xcfilelist contains a list of newline separated individual files, what I'm wondering is if it's possible to use wildcards. Something along the lines of:

Code Block
$(SRCROOT)/Source/*.foo
or
Code Block
$(SRCROOT)/Source/**/foo.bar


Thanks in advance.

Does the xcfilelist syntax support wildcards?
 
 
Q