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

fixes #2966: remove -ObjC linker flag & bring in categories via other means #2967

Merged
merged 1 commit into from
Nov 7, 2015

Conversation

incanus
Copy link
Contributor

@incanus incanus commented Nov 6, 2015

This should reduce our binary size as well as obviate the need for the -ObjC linker flag.

@incanus incanus added iOS Mapbox Maps SDK for iOS build labels Nov 6, 2015
@incanus incanus added this to the ios-v3.0.0 milestone Nov 6, 2015
@@ -2,6 +2,8 @@

NS_ASSUME_NONNULL_BEGIN

void linkBundleCategory();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These functions should not be public. Will this still work if you declare them in MGLCategoryLoader.m (but still implement them where they are now)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I thought this header was public.

@incanus
Copy link
Contributor Author

incanus commented Nov 7, 2015

This is looking good in project-internal as well as external app testing on sim and device.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants