yonaskolb / XcodeGen

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

Respect relativePaths in local package paths #1498

Open juri opened 3 months ago

juri commented 3 months ago

Before this a local package defined in an included file would not respect relativePaths: true.

This fixes #1497.

This is a breaking change because this changes how paths are resolved.