Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Jul 5, 2017
1 parent 0edefc8 commit 5c5baa8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to `ClusterKit` project will be documented in this file.

---

## [0.1.3](https://github.com/hulab/ClusterKit/releases/tag/0.1.3) - July 5, 2017

### Updated

- **CKCluster.m**: Make the annotation array plubic.

### Fixed

- **CKCluster.m**: Fix empty cluster in annotation using `CKBottomCluster`.

## [0.1.2](https://github.com/hulab/ClusterKit/releases/tag/0.1.2) - May 3, 2017

### Updated
Expand Down
2 changes: 1 addition & 1 deletion ClusterKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "ClusterKit"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "ClusterKit is a map clustering framework targeting MapKit and Google Maps."

s.description = <<-DESC
Expand Down
5 changes: 2 additions & 3 deletions ClusterKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@
TargetAttributes = {
9CC8756E1E0295A30019AA18 = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = Q95SQ3447E;
ProvisioningStyle = Automatic;
};
9CC875771E0295A30019AA18 = {
Expand Down Expand Up @@ -484,7 +483,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -504,7 +503,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down
15 changes: 6 additions & 9 deletions Examples/Examples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,10 @@
TargetAttributes = {
9C1A99E81EB9225800BEB563 = {
CreatedOnToolsVersion = 8.3;
DevelopmentTeam = Q95SQ3447E;
ProvisioningStyle = Automatic;
};
9CD80AD91E2306E000DFCB89 = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = Q95SQ3447E;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
SystemCapabilities = {
Expand All @@ -428,7 +426,6 @@
};
9CD80AF41E2306F400DFCB89 = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = Q95SQ3447E;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.Maps.iOS = {
Expand Down Expand Up @@ -703,7 +700,7 @@
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -724,7 +721,7 @@
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -841,7 +838,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Example-objc/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -859,7 +856,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Example-objc/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -875,7 +872,7 @@
baseConfigurationReference = 53319BB1285E4BB84F1CA340 /* Pods-Example-swift.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Example-swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -893,7 +890,7 @@
baseConfigurationReference = CE1A20DCEC46304D571DC07A /* Pods-Example-swift.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "Example-swift/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5c5baa8

Please sign in to comment.