summaryrefslogtreecommitdiff
path: root/platform/darwin/README.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-21 11:49:51 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-03-21 11:49:51 -0700
commit6b7d635d04570b2dc43d6ab14c8ed7b89e96e2b7 (patch)
tree0975d930e5ba6f3a82b0b839f20942e17326a771 /platform/darwin/README.md
parent544780f2375c45d76060674dd8a61fdccceaa01b (diff)
downloadqtlocation-mapboxgl-6b7d635d04570b2dc43d6ab14c8ed7b89e96e2b7.tar.gz
[ios, osx] Elaborate dependencies
Also avoid referring to Mapbox SDKs with Apple’s SDK names.
Diffstat (limited to 'platform/darwin/README.md')
-rw-r--r--platform/darwin/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/platform/darwin/README.md b/platform/darwin/README.md
index cbeaf844ab..43e229028c 100644
--- a/platform/darwin/README.md
+++ b/platform/darwin/README.md
@@ -2,6 +2,9 @@
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
-by the [iOS](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/ios)
-and [OS X](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/osx)
-platforms.
+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).
+
+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
+non-cross-platform code is guarded by TargetConditionals.h macros.