From a025d8327afeea74a9a1a8c9a9a237e21af917bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 9 May 2016 16:03:51 -0700 Subject: [osx] Added changelog Also updated developer installation guide to refer to the new make rule for generating documentation. --- platform/osx/CHANGELOG.md | 5 +++++ platform/osx/INSTALL.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 platform/osx/CHANGELOG.md diff --git a/platform/osx/CHANGELOG.md b/platform/osx/CHANGELOG.md new file mode 100644 index 0000000000..b39dd5619d --- /dev/null +++ b/platform/osx/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog for Mapbox OS X SDK + +## master + +* This version of the Mapbox OS X SDK roughly corresponds to version 3.2.2 of the Mapbox iOS SDK. The two SDKs have very similar feature sets. The main difference is the lack of user location tracking. Some APIs have been adapted to OS X conventions, particularly the use of NSPopover for callout views. diff --git a/platform/osx/INSTALL.md b/platform/osx/INSTALL.md index eaca3a2ba3..3787873d9c 100644 --- a/platform/osx/INSTALL.md +++ b/platform/osx/INSTALL.md @@ -45,4 +45,4 @@ class ViewController: NSViewController { } ``` -The [Mapbox iOS SDK’s API documentation](https://www.mapbox.com/ios-sdk/api/) applies to the Mapbox OS X SDK with few differences, mostly around unimplemented features like user location tracking. +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 OS X SDK with few differences, mostly around unimplemented features like user location tracking. -- cgit v1.2.1