summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom MacWright <tom@macwright.org>2016-03-21 14:02:27 -0400
committerTom MacWright <tom@macwright.org>2016-03-21 14:02:27 -0400
commit544780f2375c45d76060674dd8a61fdccceaa01b (patch)
tree6606550744571ab46b6670aedb5a0a4bf781a34d
parent429ea535e562f14ccf07a75812d3961e314dc787 (diff)
downloadqtlocation-mapboxgl-544780f2375c45d76060674dd8a61fdccceaa01b.tar.gz
Add Darwin readme
-rw-r--r--platform/darwin/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/darwin/README.md b/platform/darwin/README.md
new file mode 100644
index 0000000000..cbeaf844ab
--- /dev/null
+++ b/platform/darwin/README.md
@@ -0,0 +1,7 @@
+# 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
+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.