v8 API Deep Dive

Generating v8 Xcode Project

gypfiles/gyp_v8 -Dtarget_arch=x64

## Open in Xcode
open gypfiles/all.xcodeproj

## Or build with Xcode on Commandline
xcodebuild -project gypfiles/all.xcodeproj

instructions