commit | e8bfdebb1d8e4787c5edc03b8fc461b970a1698d | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <[email protected]> | Tue Mar 02 11:48:32 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Mar 02 11:48:32 2021 |
tree | c654c6ad65be725bf92647403cb6b268f7066841 | |
parent | 5804883266010552759581763c9645b2fc43c255 [diff] |
[ios] Bump minimum version of Xcode required With https://crrev.com/c/2722913, the build requires a version of Xcode that includes macOS 11.0 SDK. It is not included with the 12.0 or 12.1 versions of Xcode, but is present in 12.2 or higher [1]. Update documentation accordingly (including the minimum version of macOS required to be able to run Xcode according to Apple documentation [1]). [1]: https://developer.apple.com/documentation/xcode-release-notes/xcode-12_2-release-notes Bug: none Change-Id: I8605969bdc2633b6b46921507c2b8d5bea5fa847 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2726712 Auto-Submit: Sylvain Defresne <[email protected]> Commit-Queue: Olivier Robin <[email protected]> Reviewed-by: Olivier Robin <[email protected]> Cr-Commit-Position: refs/heads/master@{#858959}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.