XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Add Glob support for dictionary includes

Open Lutzifer opened this issue 1 year ago • 2 comments

This change enables the use of Glob expressions (e.g. Sources/*/Package.yml) when including a yml file:

include:
  - path: Sources/*/Package.yml
  - path: Sources/*/Tests.yml
  - path: Sources/*/UITests.yml

Lutzifer avatar May 26 '24 09:05 Lutzifer

SpecLoadingTests

I implemented a very basic test for this

Lutzifer avatar Jul 11 '24 15:07 Lutzifer

@yonaskolb Anything I can do here?

Lutzifer avatar Sep 10 '24 15:09 Lutzifer