Skip to content

Commit 1f3a891

Browse files
miniakalexeykuzmin
authored andcommitted
chore: bump minimum supported macOS version to 10.10 (electron#15357)
1 parent 2f3a8ec commit 1f3a891

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

atom/browser/resources/mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>
26-
<string>10.9.0</string>
26+
<string>10.10.0</string>
2727
<key>NSMainNibFile</key>
2828
<string>MainMenu</string>
2929
<key>NSPrincipalClass</key>

atom/common/node_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#undef NO_RETURN
3131
#undef LIKELY
3232
#undef arraysize
33-
#undef debug_string // This is defined in macOS 10.9 SDK in AssertMacros.h.
33+
#undef debug_string // This is defined in macOS SDK in AssertMacros.h.
3434
#include "env-inl.h"
3535
#include "env.h"
3636
#include "node.h"

docs/api/frameless-window.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ win.show()
2121

2222
### Alternatives on macOS
2323

24-
On macOS 10.9 Mavericks and newer, there's an alternative way to specify
25-
a chromeless window. Instead of setting `frame` to `false` which disables
26-
both the titlebar and window controls, you may want to have the title bar
27-
hidden and your content extend to the full window size, yet still preserve
28-
the window controls ("traffic lights") for standard window actions.
24+
There's an alternative way to specify a chromeless window.
25+
Instead of setting `frame` to `false` which disables both the titlebar and window controls,
26+
you may want to have the title bar hidden and your content extend to the full window size,
27+
yet still preserve the window controls ("traffic lights") for standard window actions.
2928
You can do so by specifying the `titleBarStyle` option:
3029

3130
#### `hidden`

docs/tutorial/development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rudimentary understanding of your operating system's command line client.
77

88
## Setting up macOS
99

10-
> Electron supports Mac OS X 10.9 (and all versions named macOS) and up. Apple
10+
> Electron supports macOS 10.10 (Yosemite) and up. Apple
1111
does not allow running macOS in virtual machines unless the host computer is
1212
already an Apple computer, so if you find yourself in need of a Mac, consider
1313
using a cloud service that rents access to Macs (like [MacInCloud][macincloud]

docs/tutorial/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Following platforms are supported by Electron:
6161
### macOS
6262

6363
Only 64bit binaries are provided for macOS, and the minimum macOS version
64-
supported is macOS 10.9.
64+
supported is macOS 10.10 (Yosemite).
6565

6666
### Windows
6767

@@ -79,7 +79,7 @@ Ubuntu 12.04, the `armv7l` binary is built against ARM v7 with hard-float ABI an
7979
NEON for Debian Wheezy.
8080

8181
[Until the release of Electron 2.0][arm-breaking-change], Electron will also
82-
continue to release the `armv7l` binary with a simple `arm` suffix. Both binaries
82+
continue to release the `armv7l` binary with a simple `arm` suffix. Both binaries
8383
are identical.
8484

8585
Whether the prebuilt binary can run on a distribution depends on whether the

0 commit comments

Comments
 (0)