summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-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.