Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Load categories in MGLAccountManager for Fabric #3847

Merged
merged 1 commit into from Feb 9, 2016

Commits on Feb 9, 2016

  1. [ios] Load categories in MGLAccountManager for Fabric

    These categories need to be loaded explicitly so that they’re linked into the application binary. In the dynamic framework, they’re loaded inside the InitializeMapbox() framework initializer; for static frameworks, we recommend setting the -ObjC flag. Fabric uses the static framework without setting the -ObjC flag, so these redundant calls are needed.
    1ec5 committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    35fdf32 View commit details
    Browse the repository at this point in the history