Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: docs/ios_build_instructions.md

Issue 2595233004: Fixes a documentation bug. Google employee? See go/building-chrome instead. text is repeated twice. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Checking out and building Chromium for iOS 1 # Checking out and building Chromium for iOS
2 2
3 There are instructions for other platforms linked from the 3 There are instructions for other platforms linked from the
4 [get the code](get_the_code.md) page. 4 [get the code](get_the_code.md) page.
5 5
6 ## Instructions for Google Employees 6 ## Instructions for Google Employees
7 7
8 Are you a Google employee? See 8 Are you a Google employee? See
9 [go/building-chrome](https://goto.google.com/building-chrome) instead. 9 [go/building-chrome](https://goto.google.com/building-chrome) instead.
10 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom e) instead.
11 10
12 [TOC] 11 [TOC]
13 12
14 ## System requirements 13 ## System requirements
15 14
16 * A 64-bit Mac running 10.11+. 15 * A 64-bit Mac running 10.11+.
17 * [Xcode](https://developer.apple.com/xcode) 8.0+. 16 * [Xcode](https://developer.apple.com/xcode) 8.0+.
18 * The OS X 10.10 SDK. Run 17 * The OS X 10.10 SDK. Run
19 18
20 ```shell 19 ```shell
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 187
189 ```shell 188 ```shell
190 $ xcodebuild -license 189 $ xcodebuild -license
191 ``` 190 ```
192 191
193 Only accepting for all users of the machine requires root: 192 Only accepting for all users of the machine requires root:
194 193
195 ```shell 194 ```shell
196 $ sudo xcodebuild -license 195 $ sudo xcodebuild -license
197 ``` 196 ```
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698