Skip to content

Commit

Permalink
Fixed issue #27 that prevented compilation of 1.4.1 when installed vi…
Browse files Browse the repository at this point in the history
…a SPM.
  • Loading branch information
Rastislav Mirek committed May 5, 2020
1 parent 58372da commit 5c0a040
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

All notable changes to this project will be documented in this file.

## 1.4.2 - 2019-5-06

### Fixed
Issue #27 that prevented compilation of 1.4.1 when installed via SPM.

## 1.4.1 - 2019-5-04

WARNING: Do not use this realese. It does not compile when istaled via SPM. Use 1.4.2 instead.

### Fixed
Cocoapods pod file version

Expand Down
2 changes: 1 addition & 1 deletion FlexColorPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'FlexColorPicker'
s.module_name = 'FlexColorPicker'
s.version = '1.4.1'
s.version = '1.4.2'
s.summary = 'Modern & flexible full spectrum color picker written in Swift 5. Supports HSB and RGB color models.'

s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions FlexColorPicker/Classes/Controls/PaletteControls.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
// SOFTWARE.
//

import UIKit

/// Circular palette color control that allows to change both hue and saturation of current color by selecting a point on the palette.
public class RadialPaletteControl: ColorPaletteControl {
public override func commonInit() {
Expand Down
8 changes: 4 additions & 4 deletions FlexColorPicker/FlexColorPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UWF3VQ79QJ;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -446,7 +446,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.typesoft.FlexColorPicker;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -463,7 +463,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UWF3VQ79QJ;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -477,7 +477,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.typesoft.FlexColorPicker;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 238;
CURRENT_PROJECT_VERSION = 239;
DEVELOPMENT_TEAM = UWF3VQ79QJ;
INFOPLIST_FILE = "$(SRCROOT)/Classes/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.typesoft.FlexColorPickerDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -403,15 +403,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 238;
CURRENT_PROJECT_VERSION = 239;
DEVELOPMENT_TEAM = UWF3VQ79QJ;
INFOPLIST_FILE = "$(SRCROOT)/Classes/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.typesoft.FlexColorPickerDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 5c0a040

Please sign in to comment.