yonaskolb / XcodeGen

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

Add Glob support for dictionary includes #1477

Open Lutzifer opened 1 month ago

Lutzifer commented 1 month 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