summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-06-13 14:47:13 -0700
committerKonstantin Käfer <mail@kkaefer.com>2016-06-14 10:02:06 +0200
commitb9702ef41a4cfdd0ab3107cfe5cec16ba3a4c230 (patch)
tree21a11f25139c129561d6830932a9eee4f2be895d /platform/node
parent1e41c151f6edfba69037c854a5cb7abc18bb55e7 (diff)
downloadqtlocation-mapboxgl-b9702ef41a4cfdd0ab3107cfe5cec16ba3a4c230.tar.gz
[macos] Renamed OS X SDK to macOS SDK
Also renamed as many references to OS X as possible to macOS in documentation.
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/README.md2
-rw-r--r--platform/node/bitrise.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/platform/node/README.md b/platform/node/README.md
index 50f53d72eb..9e14d1bbd6 100644
--- a/platform/node/README.md
+++ b/platform/node/README.md
@@ -8,7 +8,7 @@ Requires a modern C++ runtime that supports C++14.
By default, installs binaries. On these platforms no additional dependencies are needed.
-- 64 bit OS X or 64 bit Linux
+- 64 bit macOS or 64 bit Linux
- Node.js v4.x _(note: v5+ is known to have issues)_
Run:
diff --git a/platform/node/bitrise.yml b/platform/node/bitrise.yml
index dde34c6c6a..b43b85d69a 100644
--- a/platform/node/bitrise.yml
+++ b/platform/node/bitrise.yml
@@ -43,8 +43,8 @@ workflows:
inputs:
- webhook_url: "$SLACK_HOOK_URL"
- channel: "#gl-bots"
- - from_username: 'Bitrise Node OS X'
- - from_username_on_error: 'Bitrise Node OS X'
+ - from_username: 'Bitrise Node macOS'
+ - from_username_on_error: 'Bitrise Node macOS'
- message: '<${BITRISE_BUILD_URL}|Build #${BITRISE_BUILD_NUMBER}>
for <https://github.com/mapbox/mapbox-gl-native/compare/${BITRISE_GIT_BRANCH}|mapbox/mapbox-gl-native@${BITRISE_GIT_BRANCH}>
by ${GIT_CLONE_COMMIT_COMMITER_NAME}