[webkit-reviews] review requested: [Bug 47754] New script to verify explicit source file types in Xcode project files : [Attachment 70917] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 16:46:04 PDT 2010


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 47754: New script to verify explicit source file types in Xcode project
files
https://bugs.webkit.org/show_bug.cgi?id=47754

Attachment 70917: Patch
https://bugs.webkit.org/attachment.cgi?id=70917&action=review

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
Reviewed by NOBODY (OOPS!).

The script parses an Xcode project file and makes sure the file
extension matches the explicit file type set for all source
files.	Note that the majority of source files will have their
type set by Xcode, so the script doesn't check them since there
is no need to second-guess Xcode.

* Scripts/check-Xcode-source-file-types: Added.  Code borrowed
heavily from sort-Xcode-project-file.
---
 2 files changed, 183 insertions(+), 0 deletions(-)


More information about the webkit-reviews mailing list