| OLD | NEW |
| 1 # iOS Build Instructions | 1 # iOS Build Instructions |
| 2 | 2 |
| 3 **Generally, this page is obsolete and you should look at |
| 4 [the new page instead](ios_build_instructions.md).** |
| 5 |
| 3 **Note:** Upstreaming of iOS code is still a work in progress. In particular, | 6 **Note:** Upstreaming of iOS code is still a work in progress. In particular, |
| 4 note that **it is not currently possible to build an actual Chromium app.** | 7 note that **it is not currently possible to build an actual Chromium app.** |
| 5 Currently, the buildable binaries are ios\_web\_shell (a minimal wrapper around | 8 Currently, the buildable binaries are ios\_web\_shell (a minimal wrapper around |
| 6 the web layer), and various unit tests. | 9 the web layer), and various unit tests. |
| 7 | 10 |
| 8 ## Prerequisites | 11 ## Prerequisites |
| 9 | 12 |
| 10 * A Mac running 10.11+. | 13 * A Mac running 10.11+. |
| 11 * [Xcode] 8.0+. | 14 * [Xcode] 8.0+. |
| 12 * [depot\_tools]. | 15 * [depot\_tools]. |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 waterfall](http://build.chromium.org/p/chromium.mac/console) (the last two) to | 98 waterfall](http://build.chromium.org/p/chromium.mac/console) (the last two) to |
| 96 see if the bots are green. In general they should be, since failures on those | 99 see if the bots are green. In general they should be, since failures on those |
| 97 bots will close the tree. | 100 bots will close the tree. |
| 98 | 101 |
| 99 [Xcode]: https://developer.apple.com/xcode | 102 [Xcode]: https://developer.apple.com/xcode |
| 100 [depot\_tools]: https://dev.chromium.org/developers/how-tos/depottools | 103 [depot\_tools]: https://dev.chromium.org/developers/how-tos/depottools |
| 101 [Ninja]: ninja.md | 104 [Ninja]: ninja.md |
| 102 [Clang]: clang.md | 105 [Clang]: clang.md |
| 103 [api-keys]: https://sites.google.com/a/chromium.org/dev/developers/how-tos/api-k
eys | 106 [api-keys]: https://sites.google.com/a/chromium.org/dev/developers/how-tos/api-k
eys |
| 104 [mac build instructions]: mac_build_instructions.md | 107 [mac build instructions]: mac_build_instructions.md |
| OLD | NEW |