Replace OS X and Mac OS with macOS

This commit is contained in:
Leonard Lamprecht 2016-06-18 15:26:26 +02:00
parent 52350b5e35
commit 67dd19ed0f
157 changed files with 650 additions and 650 deletions

View file

@ -1,10 +1,10 @@
# Build Instructions (OS X)
# Build Instructions (macOS)
Follow the guidelines below for building Electron on OS X.
Follow the guidelines below for building Electron on macOS.
## Prerequisites
* OS X >= 10.8
* macOS >= 10.8
* [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1
* [node.js](http://nodejs.org) (external)
@ -48,8 +48,8 @@ After building is done, you can find `Electron.app` under `out/D`.
## 32bit Support
Electron can only be built for a 64bit target on OS X and there is no plan to
support 32bit OS X in future.
Electron can only be built for a 64bit target on macOS and there is no plan to
support 32bit macOS in future.
## Tests