summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-08-25 11:27:12 -0700
committerGitHub <noreply@github.com>2016-08-25 11:27:12 -0700
commit11f3a587c4831b27e4260f8e6ee06abb322f77e0 (patch)
treed18a50f7b18d159180054f12c8fc95dad5c33352
parentbb34b5302c1571c530818dd8b4e98f7e49178744 (diff)
downloadqtlocation-mapboxgl-11f3a587c4831b27e4260f8e6ee06abb322f77e0.tar.gz
[macos] Synchronized readme w/ install docs
The packaged readme was missing the AppleScript example added to the in-repo installation instructions in 350d015cc2f70d96c08285ee358def8f0a24419e. [skip ci]
-rw-r--r--platform/macos/docs/pod-README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/macos/docs/pod-README.md b/platform/macos/docs/pod-README.md
index b86ccfb897..0255cf6e41 100644
--- a/platform/macos/docs/pod-README.md
+++ b/platform/macos/docs/pod-README.md
@@ -38,6 +38,14 @@ class ViewController: NSViewController {
}
```
+```applescript
+-- AppDelegate.applescript
+script AppDelegate
+ property parent : class "NSObject"
+ property theMapView : missing value
+end script
+```
+
Full API documentation is included in this package, within the `documentation` folder. The [Mapbox iOS SDK](https://www.mapbox.com/ios-sdk/)’s [API documentation](https://www.mapbox.com/ios-sdk/api/) and [online examples](https://www.mapbox.com/ios-sdk/examples/) apply to the Mapbox macOS SDK with few differences, mostly around unimplemented features like user location tracking.
Mapbox does not officially support the macOS SDK to the same extent as the iOS SDK; however, [bug reports and pull requests](https://github.com/mapbox/mapbox-gl-native/issues/) are certainly welcome.