Skip to content

Commit

Permalink
chore: use xcframeworks
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Sep 26, 2022
1 parent fc807c3 commit e58e49d
Show file tree
Hide file tree
Showing 1,017 changed files with 2,011 additions and 6,306 deletions.
2 changes: 1 addition & 1 deletion Classes/TiClusterIconGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Please see the LICENSE included with this distribution for details.
*/

#import "GMUMarkerClustering.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>

@interface TiClusterIconGenerator : GMUDefaultClusterIconGenerator <GMUClusterIconGenerator>

Expand Down
3 changes: 1 addition & 2 deletions Classes/TiClusterRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Please see the LICENSE included with this distribution for details.
*/

#import "GMUMarkerClustering.h"
#import "GMUStaticCluster.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>

@interface TiClusterRenderer : GMUDefaultClusterRenderer

Expand Down
2 changes: 1 addition & 1 deletion Classes/TiGooglemapsClusterItemProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Please see the LICENSE included with this distribution for details.
*/

#import "GMUMarkerClustering.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>
#import "TiPOIItem.h"
#import "TiProxy.h"

Expand Down
2 changes: 1 addition & 1 deletion Classes/TiGooglemapsHeatmapLayerProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Please see the LICENSE included with this distribution for details.
*/

#import "GMUHeatmapTileLayer.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>
#import "TiProxy.h"

@interface TiGooglemapsHeatmapLayerProxy : TiProxy {
Expand Down
3 changes: 1 addition & 2 deletions Classes/TiGooglemapsRendererProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/
#import "TiProxy.h"

#import "GMUGeometryRenderer.h"
#import "GMUKMLParser.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>

@interface TiGooglemapsRendererProxy : TiProxy {
GMUGeometryRenderer *_renderer;
Expand Down
4 changes: 2 additions & 2 deletions Classes/TiGooglemapsView.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
#import "GMUMarkerClustering.h"
#import "TiUIView.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>
#import <GoogleMaps/GoogleMaps.h>
#import "TiUIView.h"
#import "TiClusterRenderer.h"

@interface TiGooglemapsView : TiUIView <GMSMapViewDelegate, GMUClusterManagerDelegate, GMUClusterRendererDelegate>
Expand Down
1 change: 0 additions & 1 deletion Classes/TiGooglemapsViewProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#import "TiViewProxy.h"

@interface TiGooglemapsViewProxy : TiViewProxy <GMSMapViewDelegate> {
TiGooglemapsViewProxy *mapView;
NSMutableArray<TiGooglemapsAnnotationProxy *> *markers;
NSMutableArray *overlays;

Expand Down
3 changes: 1 addition & 2 deletions Classes/TiGooglemapsViewProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
#import "TiUtils.h"
#import "math.h"
#import <GoogleMaps/GMSGeometryUtils.h>

#import "GMUMarkerClustering.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>

const CGFloat LN2 = 0.6931471805599453;

Expand Down
2 changes: 1 addition & 1 deletion Classes/TiPOIItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Please see the LICENSE included with this distribution for details.
*/

#import "GMUMarkerClustering.h"
#import <GoogleMapsUtils/GoogleMapsUtils.h>
#import <Foundation/Foundation.h>

@interface TiPOIItem : NSObject <GMUClusterItem>
Expand Down
47 changes: 0 additions & 47 deletions Classes/google-maps-utils/Clustering/Algo/GMUClusterAlgorithm.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e58e49d

Please sign in to comment.