diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md
index ae0255e356..06878301f2 100644
--- a/docs/tutorial/support.md
+++ b/docs/tutorial/support.md
@@ -94,7 +94,7 @@ Following platforms are supported by Electron:
### macOS
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.
diff --git a/shell/browser/resources/mac/Info.plist b/shell/browser/resources/mac/Info.plist
index 69dfab6839..8c388a7cbd 100644
--- a/shell/browser/resources/mac/Info.plist
+++ b/shell/browser/resources/mac/Info.plist
@@ -23,7 +23,7 @@
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
- 10.10.0
+ ${MACOSX_DEPLOYMENT_TARGET}
NSMainNibFile
MainMenu
NSPrincipalClass