RESOLVED FIXED 27079
sort-Xcode-project-file should sort case-insensitively, to match Xcode's files list
https://bugs.webkit.org/show_bug.cgi?id=27079
Summary sort-Xcode-project-file should sort case-insensitively, to match Xcode's file...
Adam Roben (:aroben)
Reported 2009-07-08 07:08:49 PDT
Xcode's files list uses a case-insensitive sort. sort-Xcode-project-file should do the same so that the orders of the two lists match when a Group is selected in the Files & Groups pane.
Attachments
Use case-insensitive comparisons when sorting Xcode project files (1.69 KB, patch)
2009-07-10 11:13 PDT, Adam Roben (:aroben)
ddkilzer: review+
Adam Roben (:aroben)
Comment 1 2009-07-10 11:13:10 PDT
Created attachment 32563 [details] Use case-insensitive comparisons when sorting Xcode project files This matches the sorting used in Xcode's files list. Fixes Bug 27079: sort-Xcode-project-file should sort case-insensitively, to match Xcode's files list <https://bugs.webkit.org/show_bug.cgi?id=27079> Reviewed by NOBODY (OOPS!). * Scripts/sort-Xcode-project-file: (sortChildrenByFileName): (sortFilesByFileName): Lowercase the strings before comparing them so that the comparison will be case-insensitive. --- 2 files changed, 20 insertions(+), 2 deletions(-)
David Kilzer (:ddkilzer)
Comment 2 2009-07-10 11:18:23 PDT
Comment on attachment 32563 [details] Use case-insensitive comparisons when sorting Xcode project files r=me! Please run the script and commit the results after you're done (with no additional changes to the Xcode projects, please :).
Adam Roben (:aroben)
Comment 3 2009-07-10 12:18:50 PDT
Fixed in r45717
Adam Roben (:aroben)
Comment 4 2009-07-10 12:19:11 PDT
(In reply to comment #2) > Please run the script and commit the results after you're done (with no > additional changes to the Xcode projects, please :). Done in r45719.
Note You need to log in before you can comment on or make changes to this bug.