# iOS Build Instructions **Note:** Upstreaming of iOS code is still a work in progress. In particular, note that **it is not currently possible to build an actual Chromium app.** Currently, the buildable binaries are ios\_web\_shell (a minimal wrapper around the web layer), and various unit tests. ## Prerequisites * A Mac with a version of OS X capable of running the latest version of Xcode. * The latest version of [Xcode](https://developer.apple.com/xcode/), including the current iOS SDK. * The current version of the JDK (required for the closure compiler). * [depot\_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools). ## Setting Up In the directory where you are going to check out the code, create a `chromium.gyp_env` to set the build to use iOS targets (and to use hybrid builds; see [Building](#Building) below): ```shell cat > chromium.gyp_env < chromium.gyp_env <