Commit cdeab1fc authored by Robert Sesek's avatar Robert Sesek Committed by Chromium LUCI CQ

mac: Bump the deployment target to 10.11.

Bug: 1153883
Change-Id: I905596a4373b1381a1c882d65b83520d657b8246
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565654Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833272}
parent fc22bc43
...@@ -16,7 +16,7 @@ declare_args() { ...@@ -16,7 +16,7 @@ declare_args() {
# additional code changes are required to be compliant with the availability # additional code changes are required to be compliant with the availability
# rules. # rules.
# Must be of the form x.x.x for Info.plist files. # Must be of the form x.x.x for Info.plist files.
mac_deployment_target = "10.10.0" mac_deployment_target = "10.11.0"
# The value of the LSMinimmumSystemVersion in Info.plist files. This partially # The value of the LSMinimmumSystemVersion in Info.plist files. This partially
# controls the minimum supported version of macOS for Chromium by # controls the minimum supported version of macOS for Chromium by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment