From 839612c9ae88d8ba6a55ec4f93036aac2b815355 Mon Sep 17 00:00:00 2001 From: Luke Adams Date: Fri, 29 Jan 2016 13:57:48 -0600 Subject: [PATCH 1/2] Bump minimum OSX version to 10.9 --- atom/browser/resources/mac/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index ca91a1f8ca4c..74cb6e5e67e0 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -23,7 +23,7 @@ LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion - 10.8.0 + 10.9.0 NSMainNibFile MainMenu NSPrincipalClass From 1002d0de74ef19cea3176eb5f56d48cf6c273294 Mon Sep 17 00:00:00 2001 From: Luke Adams Date: Fri, 29 Jan 2016 14:03:49 -0600 Subject: [PATCH 2/2] Bump minimum OSX version to 10.9 (documentation) --- docs/tutorial/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/supported-platforms.md b/docs/tutorial/supported-platforms.md index 9d1a293d5f5d..a7f736995d20 100644 --- a/docs/tutorial/supported-platforms.md +++ b/docs/tutorial/supported-platforms.md @@ -5,7 +5,7 @@ Following platforms are supported by Electron: ### OS X Only 64bit binaries are provided for OS X, and the minimum OS X version -supported is OS X 10.8. +supported is OS X 10.9. ### Windows