yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.08k stars 821 forks source link

Add Glob support for dictionary includes #1477

Open Lutzifer opened 6 months ago

Lutzifer commented 6 months ago

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 commented 4 months ago

SpecLoadingTests

I implemented a very basic test for this

Lutzifer commented 2 months ago

@yonaskolb Anything I can do here?