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:
Thanks in advance.
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
orCode Block $(SRCROOT)/Source/**/foo.bar
Thanks in advance.