Files
XcodeGen/Sources/XcodeGenKit
Christopher Rogers 5966e294e7 Stabilize sorting of groups with duplicate names/paths (#671)
* 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
2020-02-02 09:46:17 +11:00
..
2019-10-22 10:39:42 +02:00
2019-10-22 10:39:42 +02:00
2019-10-22 23:37:01 +09:00
2019-06-26 16:49:10 +10:00
2019-11-10 11:56:23 +11:00