mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
5966e294e7
* Stabilize sorting of groups with duplicate names/paths For example, previously a group with (name: nil, path: "Sources") would be considered equal to (name: "Sources", path: "../Sources"), even though they are distinct groups. * Remove Comparable conformance from PBXFileElement ...as it isn't compatible with its Equatable conformance. Renamed localizedStandardCompare to reflect the fact that PBXFileElement no longer has an inherent order. * Update changelog