summaryrefslogtreecommitdiff
path: root/macos/0.16.0-beta.1/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'macos/0.16.0-beta.1/index.html')
-rw-r--r--macos/0.16.0-beta.1/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/0.16.0-beta.1/index.html b/macos/0.16.0-beta.1/index.html
index b169671875..506996e682 100644
--- a/macos/0.16.0-beta.1/index.html
+++ b/macos/0.16.0-beta.1/index.html
@@ -787,7 +787,7 @@
<h3 id='via-carthage' class='heading'>Via Carthage</h3>
<p>The Mapbox Maps SDK for macOS is a binary-only dependency, so you’ll need Carthage 0.19 or above. In your <a href="https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#binary-only-frameworks">Cartfile</a>, specify this dependency (plus an optional version requirement):</p>
-<pre class="highlight plaintext"><code>binary "https://mapbox.github.io/mapbox-gl-native-ios/macos/Mapbox-macOS-SDK.json"
+<pre class="highlight plaintext"><code>binary "https://mapbox.github.io/mapbox-gl-native/macos/Mapbox-macOS-SDK.json"
</code></pre>
<p>After running <code>carthage update</code>, you’ll find Mapbox.framework in the Carthage/Build/ folder. Follow <a href="https://github.com/Carthage/Carthage#if-youre-building-for-os-x">these instructions</a> to integrate it into your project.</p>