1The Xcode project for V8 has been retired. If an Xcode project 2is needed for building on a Mac there is the option of using GYP to 3generate it. Please look in the build directory in the root of the 4V8 project. It contains the required infrastructure and a README.txt 5file explaining how to get started. 6 7Generating Xcode projects using GYP is how the Chromium 8project integrated V8 into the Mac build. 9 10The main build system for V8 is still SCons, see 11http://code.google.com/apis/v8/build.html for details. 12