docs: the minimum supported version of macOS is now 10.11 (#28480)

* chore: the minimum supported version is now 10.11

Chromium bumped this version back in December

* Update support.md
This commit is contained in:
Samuel Attard 2021-04-05 12:18:12 -07:00 committed by GitHub
parent 29603bcc27
commit c280d770dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ Following platforms are supported by Electron:
### macOS ### macOS
Only 64bit binaries are provided for macOS, and the minimum macOS version Only 64bit binaries are provided for macOS, and the minimum macOS version
supported is macOS 10.10 (Yosemite). supported is macOS 10.11 (El Capitan).
Native support for Apple Silicon (`arm64`) devices was added in Electron 11.0.0. Native support for Apple Silicon (`arm64`) devices was added in Electron 11.0.0.

View file

@ -23,7 +23,7 @@
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string> <string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.10.0</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>