XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Add ability to sort local Packages group

Open mthole opened this issue 2 years ago • 0 comments

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.

mthole avatar Jun 21 '23 15:06 mthole