From 5083a7505dd8d7b1f90aad0a182b80f85e70885d Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 2 Feb 2015 16:21:23 +0800 Subject: [PATCH] Change Mac OS X to OS X. Apple has renamed Mac OS X to OS X. --- docs/api/auto-updater.md | 2 +- docs/api/browser-window.md | 10 +++++----- docs/development/build-instructions-mac.md | 2 +- docs/tutorial/application-distribution.md | 4 ++-- docs/tutorial/quick-start.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 1bd79d565876..0569216a7e42 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -1,6 +1,6 @@ # auto-updater -**This module has only been implemented for Mac OS X.** +**This module has only been implemented for OS X.** The `auto-updater` module is a simple wrap around the [Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac) framework. diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 3525631b1d98..8f709c2b03d2 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -431,13 +431,13 @@ Returns whether the window is in kiosk mode. Sets the pathname of the file the window represents, and the icon of the file will show in window's title bar. -__Note__: This API is available only on Mac OS X. +__Note__: This API is available only on OS X. ### BrowserWindow.getRepresentedFilename() Returns the pathname of the file the window represents. -__Note__: This API is available only on Mac OS X. +__Note__: This API is available only on OS X. ### BrowserWindow.setDocumentEdited(edited) @@ -446,13 +446,13 @@ __Note__: This API is available only on Mac OS X. Specifies whether the window’s document has been edited, and the icon in title bar will become grey when set to `true`. -__Note__: This API is available only on Mac OS X. +__Note__: This API is available only on OS X. ### BrowserWindow.IsDocumentEdited() Whether the window's document has been edited. -__Note__: This API is available only on Mac OS X. +__Note__: This API is available only on OS X. ### BrowserWindow.openDevTools() @@ -544,7 +544,7 @@ it will assume `app.getName().desktop`. Shows pop-up dictionary that searches the selected word on the page. -__Note__: This API is available only on Mac OS X. +__Note__: This API is available only on OS X. ### BrowserWindow.setAutoHideMenuBar(hide) diff --git a/docs/development/build-instructions-mac.md b/docs/development/build-instructions-mac.md index 1a799a225993..ebc5876a74ef 100644 --- a/docs/development/build-instructions-mac.md +++ b/docs/development/build-instructions-mac.md @@ -2,7 +2,7 @@ ## Prerequisites -* Mac OS X >= 10.8 +* OS X >= 10.8 * [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1 * [node.js](http://nodejs.org) (external). diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index 2a48993fec92..e73660f88e6b 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -5,7 +5,7 @@ as `app`, and put it under atom-shell's resources directory (on OS X it is `Atom.app/Contents/Resources/`, and on Linux and Windows it is `resources/`), like this: -On Mac OS X: +On OS X: ```text atom-shell/Atom.app/Contents/Resources/app/ @@ -37,7 +37,7 @@ To use an `asar` archive to replace the `app` folder, you need to rename the archive to `app.asar`, and put it under atom-shell's resources directory like bellow, and atom-shell will then try read the archive and start from it. -On Mac OS X: +On OS X: ```text atom-shell/Atom.app/Contents/Resources/ diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index dca58f679654..609152214354 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -141,7 +141,7 @@ On Linux: $ ./atom-shell/atom your-app/ ``` -On Mac OS X: +On OS X: ```bash $ ./Atom.app/Contents/MacOS/Atom your-app/