Skip to content

Commit

Permalink
Made framework lighter. Removed examples, Google Maps and MapBox supp…
Browse files Browse the repository at this point in the history
…ort.
  • Loading branch information
Rafał Dubiel committed Oct 11, 2018
1 parent 4d3b203 commit dbd5d91
Show file tree
Hide file tree
Showing 74 changed files with 0 additions and 181,536 deletions.
26 changes: 0 additions & 26 deletions ClusterKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
9C2C4A0E1F94BACE00B22745 /* MGLMapView+ClusterKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C2C4A0C1F94BACE00B22745 /* MGLMapView+ClusterKit.h */; };
9C53CD191E03F51C000AD9B8 /* CKClusterAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C53CD041E03F51C000AD9B8 /* CKClusterAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; };
9C53CD1A1E03F51C000AD9B8 /* CKClusterAlgorithm.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C53CD051E03F51C000AD9B8 /* CKClusterAlgorithm.m */; };
9C53CD1B1E03F51C000AD9B8 /* CKNonHierarchicalDistanceBasedAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C53CD061E03F51C000AD9B8 /* CKNonHierarchicalDistanceBasedAlgorithm.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -43,8 +42,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
9C2C4A0C1F94BACE00B22745 /* MGLMapView+ClusterKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "MGLMapView+ClusterKit.h"; path = "ClusterKit/Mapbox/MGLMapView+ClusterKit.h"; sourceTree = SOURCE_ROOT; };
9C2C4A0D1F94BACE00B22745 /* MGLMapView+ClusterKit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "MGLMapView+ClusterKit.m"; path = "ClusterKit/Mapbox/MGLMapView+ClusterKit.m"; sourceTree = SOURCE_ROOT; };
9C4C93E11E4250D500927A42 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
9C53CD041E03F51C000AD9B8 /* CKClusterAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CKClusterAlgorithm.h; sourceTree = "<group>"; };
9C53CD051E03F51C000AD9B8 /* CKClusterAlgorithm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CKClusterAlgorithm.m; sourceTree = "<group>"; };
Expand All @@ -58,8 +55,6 @@
9C53CD0E1E03F51C000AD9B8 /* CKAnnotationTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CKAnnotationTree.h; sourceTree = "<group>"; };
9C53CD0F1E03F51C000AD9B8 /* CKQuadTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CKQuadTree.h; sourceTree = "<group>"; };
9C53CD101E03F51C000AD9B8 /* CKQuadTree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CKQuadTree.m; sourceTree = "<group>"; };
9C53CD141E03F51C000AD9B8 /* GMSMapView+ClusterKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GMSMapView+ClusterKit.h"; sourceTree = "<group>"; };
9C53CD151E03F51C000AD9B8 /* GMSMapView+ClusterKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GMSMapView+ClusterKit.m"; sourceTree = "<group>"; };
9C53CD171E03F51C000AD9B8 /* MKMapView+ClusterKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKMapView+ClusterKit.h"; sourceTree = "<group>"; };
9C53CD181E03F51C000AD9B8 /* MKMapView+ClusterKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKMapView+ClusterKit.m"; sourceTree = "<group>"; };
9CAA8B9D1E2BE1C800AD4063 /* CKGridBasedAlgorithmTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CKGridBasedAlgorithmTest.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -101,22 +96,11 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
9C2C4A0B1F94BA7D00B22745 /* Mapbox */ = {
isa = PBXGroup;
children = (
9C2C4A0C1F94BACE00B22745 /* MGLMapView+ClusterKit.h */,
9C2C4A0D1F94BACE00B22745 /* MGLMapView+ClusterKit.m */,
);
path = Mapbox;
sourceTree = "<group>";
};
9C53CD011E03F51C000AD9B8 /* ClusterKit */ = {
isa = PBXGroup;
children = (
9C53CD021E03F51C000AD9B8 /* Core */,
9C53CD161E03F51C000AD9B8 /* MapKit */,
9C53CD131E03F51C000AD9B8 /* GoogleMaps */,
9C2C4A0B1F94BA7D00B22745 /* Mapbox */,
);
path = ClusterKit;
sourceTree = "<group>";
Expand Down Expand Up @@ -159,15 +143,6 @@
path = Tree;
sourceTree = "<group>";
};
9C53CD131E03F51C000AD9B8 /* GoogleMaps */ = {
isa = PBXGroup;
children = (
9C53CD141E03F51C000AD9B8 /* GMSMapView+ClusterKit.h */,
9C53CD151E03F51C000AD9B8 /* GMSMapView+ClusterKit.m */,
);
path = GoogleMaps;
sourceTree = "<group>";
};
9C53CD161E03F51C000AD9B8 /* MapKit */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -254,7 +229,6 @@
9CE1F2691E069F30007E2678 /* CKGridBasedAlgorithm.h in Headers */,
9C53CD1D1E03F51C000AD9B8 /* CKCluster.h in Headers */,
9C53CD211E03F51C000AD9B8 /* CKMap.h in Headers */,
9C2C4A0E1F94BACE00B22745 /* MGLMapView+ClusterKit.h in Headers */,
9C53CD191E03F51C000AD9B8 /* CKClusterAlgorithm.h in Headers */,
9CC875F31E02AE2D0019AA18 /* ClusterKit.h in Headers */,
9C53CD231E03F51C000AD9B8 /* CKQuadTree.h in Headers */,
Expand Down
118 changes: 0 additions & 118 deletions ClusterKit/GoogleMaps/GMSMapView+ClusterKit.h

This file was deleted.

Loading

0 comments on commit dbd5d91

Please sign in to comment.