summaryrefslogtreecommitdiff
path: root/platform/macos/INSTALL.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-06-19 21:19:09 -0700
committerGitHub <noreply@github.com>2016-06-19 21:19:09 -0700
commit350d015cc2f70d96c08285ee358def8f0a24419e (patch)
tree155ad1f9668700e50db845082897fbd1e16f9b6b /platform/macos/INSTALL.md
parentab6318e3e30cb9d14b41d47cac78504d6dfb1c2a (diff)
downloadqtlocation-mapboxgl-350d015cc2f70d96c08285ee358def8f0a24419e.tar.gz
[osx] Added AppleScript example
Diffstat (limited to 'platform/macos/INSTALL.md')
-rw-r--r--platform/macos/INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/macos/INSTALL.md b/platform/macos/INSTALL.md
index 24d22306bb..07aae88a2e 100644
--- a/platform/macos/INSTALL.md
+++ b/platform/macos/INSTALL.md
@@ -55,4 +55,12 @@ class ViewController: NSViewController {
}
```
+```applescript
+-- AppDelegate.applescript
+script AppDelegate
+ property parent : class "NSObject"
+ property theMapView : missing value
+end script
+```
+
Run `make xdocument` to generate complete API documentation. 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.