summaryrefslogtreecommitdiff
path: root/platform/darwin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/README.md')
-rw-r--r--platform/darwin/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/darwin/README.md b/platform/darwin/README.md
index 43e229028c..349c9a00c0 100644
--- a/platform/darwin/README.md
+++ b/platform/darwin/README.md
@@ -1,10 +1,10 @@
# Darwin
The code in the Darwin platform targets Apple platforms but is not specific
-to iOS or OS X. This code is not distributed as an SDK in itself, but is required
+to iOS or macOS. This code is not distributed as an SDK in itself, but is required
by the [Mapbox iOS SDK](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/ios)
-and [Mapbox OS X SDK](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/osx).
+and [Mapbox macOS SDK](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/macos).
These files depend on the Foundation and Core Foundation frameworks but do not
-depend on iOS- or OS X–specific frameworks, such as UIKit or AppKit. Any
+depend on iOS- or macOS–specific frameworks, such as UIKit or AppKit. Any
non-cross-platform code is guarded by TargetConditionals.h macros.