Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump minimum supported macOS version to 10.10 #15357

Merged
merged 3 commits into from Oct 25, 2018

Conversation

miniak
Copy link
Contributor

@miniak miniak commented Oct 24, 2018

Description of Change

Chromium no longer supports macOS 10.9 (OS X Mavericks). Electron needs to drop support as well.
https://chromium-review.googlesource.com/c/chromium/src/+/1082757

There is a lot of code to cleanup as well, but mac_deployment_target is still set to 10.9 in build/config/mac/mac_sdk.gni, therefore we cannot remove the @available(macOS 10.10, *) checks yet.

Checklist

  • PR description included and stakeholders cc'd
  • npm test passes
  • relevant documentation is changed or added
  • PR title follows semantic commit guidelines

Release Notes

Notes: Dropped support for macOS 10.9 (OS X Mavericks).

@miniak miniak self-assigned this Oct 24, 2018
docs/tutorial/development-environment.md Outdated Show resolved Hide resolved
docs/tutorial/support.md Outdated Show resolved Hide resolved
nornagon and others added 2 commits October 24, 2018 20:14
Co-Authored-By: miniak <milan.burda@gmail.com>
Co-Authored-By: miniak <milan.burda@gmail.com>
@alexeykuzmin
Copy link
Contributor

@electron/docs can you please review?

@alexeykuzmin alexeykuzmin merged commit 1f3a891 into master Oct 25, 2018
@release-clerk
Copy link

release-clerk bot commented Oct 25, 2018

Release Notes Persisted

Dropped support for macOS 10.9 (OS X Mavericks).

@trop
Copy link
Contributor

trop bot commented Oct 25, 2018

We have automatically backported this PR to "4-0-x", please check out #15391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants