0

Revert "Update documentation for requiring the 10.15 SDK."

This reverts commit 2a99fe6100.

Reason for revert: going to give people some leeway

Original change's description:
> Update documentation for requiring the 10.15 SDK.
> 
> BUG=1023913
> 
> Change-Id: Ib92e5904843229f4e4d1d1fb2cdfa12cfb8db54f
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032077
> Auto-Submit: Avi Drissman <avi@chromium.org>
> Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
> Commit-Queue: Avi Drissman <avi@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#737908}

TBR=ellyjones@chromium.org,avi@chromium.org

Change-Id: I647d4d86ed348608251f5b3b3d2fb07bb43040a3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1023913
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036633
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737917}
This commit is contained in:
Avi Drissman
2020-02-03 21:07:31 +00:00
committed by Commit Bot
parent ed84577dd6
commit 89cc37627d

@ -12,16 +12,16 @@ Are you a Google employee? See
## System requirements
* A 64-bit Mac running 10.14+.
* [Xcode](https://developer.apple.com/xcode) 11+
* The OS X 10.15 SDK. Run
* A 64-bit Mac running 10.13+.
* [Xcode](https://developer.apple.com/xcode) 10+
* The OS X 10.14 SDK. Run
```shell
$ ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs
```
to check whether you have it. Building with a newer SDK works too, but
the releases currently use the 10.15 SDK.
the releases currently use the 10.14 SDK.
## Install `depot_tools`