diff options
author | Jason Wray <jason@mapbox.com> | 2018-10-02 18:15:58 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-10-03 13:26:59 -0400 |
commit | 1fe29b284f25da621d3587fa766b2e66f378eb7d (patch) | |
tree | c4d4afcb92568c91d21f8868cc27bcb8308a628c /platform/macos | |
parent | f3c8b92286ad82ce39d400023155ab8bfee1b9a5 (diff) | |
download | qtlocation-mapboxgl-1fe29b284f25da621d3587fa766b2e66f378eb7d.tar.gz |
[darwin] Rename 'make check-public-symbols' to darwin-check-public-symbols
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/DEVELOPING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/DEVELOPING.md b/platform/macos/DEVELOPING.md index 8b7857cd62..2d64baf292 100644 --- a/platform/macos/DEVELOPING.md +++ b/platform/macos/DEVELOPING.md @@ -40,7 +40,7 @@ To add any Objective-C type, constant, or member to the macOS maps SDK’s publi To add an Objective-C class, protocol, category, typedef, enumeration, or global constant to the macOS maps SDK’s public interface: -1. _(Optional.)_ Add the macro `MGL_EXPORT` prior to the declaration for classes and global constants. To use this macro, include `MGLFoundation.h`. You can check whether all public symbols are exported correctly by running `make check-public-symbols`. +1. _(Optional.)_ Add the macro `MGL_EXPORT` prior to the declaration for classes and global constants. To use this macro, include `MGLFoundation.h`. You can check whether all public symbols are exported correctly by running `make darwin-check-public-symbols`. 1. _(Optional.)_ Add the type or constant’s name to the relevant category in the `custom_categories` section of [the jazzy configuration file](./jazzy.yml). This is required for classes and protocols and also recommended for any other type that is strongly associated with a particular class or protocol. If you leave out this step, the symbol will appear in an “Other” section in the generated HTML documentation’s table of contents. 1. _(Optional.)_ If the symbol would also be publicly exposed in the iOS maps SDK, consult [the companion iOS document](../ios/DEVELOPING.md#making-a-type-or-constant-public) for further instructions. |