Bug 233074
| Summary: | sort-Xcode-project-file reorders "jsc" and "objc" folders in the WebCore Xcode project file | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Wenson Hsieh
To reproduce:
1. Run `sort-Xcode-project-file Source/WebCore/WebCore.xcodeproj`
2. Note the order of "59B5977111086556007159E8 /* jsc */," and "1A569CE20D7E2B82007C3983 /* objc */," in the WebCore project file.
3. Run `sort-Xcode-project-file Source/WebCore/WebCore.xcodeproj` again.
Project file gets unexpectedly resorted after step (3).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
*** This bug has been marked as a duplicate of bug 233077 ***