yonaskolb / XcodeGen

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

Support for packages fromchi folder #1392

Open piotrsmajek opened 10 months ago

piotrsmajek commented 10 months ago

I want to use XCodegen to generate project which have SPM packages from folder and I want these packages (Features/FirstFeature and Features/SecondFeature) should show in XCode like this:

Packages:
  - Features
      - FirstFeature
      - SecondFeature
  - Networking
  - Database

Is it possible with XCodegen?