XcodeGen
XcodeGen copied to clipboard
Add ability to sort local Packages group
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.