yonaskolb / XcodeGen

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

Add ability to sort local Packages group #1366

Closed mthole closed 4 months ago

mthole commented 1 year ago

In my team's project, we primarily use the local SPM packages organized into "layers", with a directional dependency graph. In such a set up, it's super helpful to have the ordering of the layers in the Xcode organizer reflect the logical ordering of the layers. This PR adds that functionality, expanding the groupOrdering configuration to be applied to the local package ordering as well.

yonaskolb commented 4 months ago

Closed in favour of https://github.com/yonaskolb/XcodeGen/pull/1466