From 8bbf4c3be9ba6589dc0f7e5bf072cf68a57107b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 3 Jan 2017 15:56:55 +0100 Subject: [build] add -fvisibility=hidden to macOS dynamic framework and export required symbols --- platform/darwin/src/MGLPointCollection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/darwin/src/MGLPointCollection.h') diff --git a/platform/darwin/src/MGLPointCollection.h b/platform/darwin/src/MGLPointCollection.h index 95af9dae5e..e090c60b10 100644 --- a/platform/darwin/src/MGLPointCollection.h +++ b/platform/darwin/src/MGLPointCollection.h @@ -1,6 +1,7 @@ #import #import +#import "MGLFoundation.h" #import "MGLOverlay.h" #import "MGLShape.h" @@ -15,6 +16,7 @@ to the map view's style, the point collection represents as a group of distinct annotations. */ +MGL_EXPORT @interface MGLPointCollection : MGLShape /** -- cgit v1.2.1