yonaskolb / XcodeGen

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

Include folder (SPM packages) in group sorting logic #1466

Closed jflan-dd closed 1 month ago

jflan-dd commented 2 months ago

Add ability to sort SPM packages within a project by allowing groupOrdering to apply to both groups and folders.

Same motivation as https://github.com/yonaskolb/XcodeGen/pull/1366

jflan-dd commented 2 months ago

@yonaskolb what do you think of this change?

For our project we consider it pretty important to be able to sort the local SPM packages. Do you think combining them with the group sorting logic makes sense, or should they have their own dedicated logic somewhere?