diff options
author | Romain Quidet <romain.quidet.ext@mappy.com> | 2015-12-15 17:43:18 +0100 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-01-06 23:42:41 -0800 |
commit | 04ab28b621f0affaefe01cea271f983d0a8fc53c (patch) | |
tree | c8a82e027eae3a2f27ed0df2c23eb5b3f4884161 /gyp/platform-ios.gypi | |
parent | 42b13c69fe16c67f8b635b9e7017cd8f8d0ce18e (diff) | |
download | qtlocation-mapboxgl-04ab28b621f0affaefe01cea271f983d0a8fc53c.tar.gz |
[ios] expose custom callout api, wrap around SMCalloutView class
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r-- | gyp/platform-ios.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index fd3b6aa929..e3e2758128 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -68,6 +68,9 @@ '../include/mbgl/ios/MGLAnnotationImage.h', '../platform/ios/src/MGLAnnotationImage_Private.h', '../platform/ios/src/MGLAnnotationImage.m', + '../include/mbgl/ios/MGLCalloutViewProtocol.h', + '../platform/ios/src/MGLCalloutView.h', + '../platform/ios/src/MGLCalloutView.m', '../platform/ios/src/MGLCategoryLoader.h', '../platform/ios/src/MGLCategoryLoader.m', '../platform/ios/src/NSBundle+MGLAdditions.h', |