diff --git a/CHANGELOG.md b/CHANGELOG.md index 0686da0..86ed339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] ### Added +- None. +### Changed +- None. +### Deprecated +- None. +### Removed +- None. +### Fixed +- None. +### Security +- None. + + +## [1.9.0] - 2019-02-11 +### Added - New `NibLoadable` protocol for loading `UIView` subclasses from XIB files both from code and IB files. - New `RoundableView` IBDesignable with `cornerRadius` defined for use right within Interface Builder files. - New `TemplateButton` IBDesignable with `image` always rendered as `.alwaysTemplate` for use right within IB files. diff --git a/Frameworks/SupportingFiles/Info.plist b/Frameworks/SupportingFiles/Info.plist index 47276bf..131e3ce 100644 --- a/Frameworks/SupportingFiles/Info.plist +++ b/Frameworks/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.0 + 1.9.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/HandyUIKit.podspec b/HandyUIKit.podspec index bab09ba..b2fc02d 100644 --- a/HandyUIKit.podspec +++ b/HandyUIKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HandyUIKit" - s.version = "1.8.0" + s.version = "1.9.0" s.summary = "Handy UI features that should have been part of UIKit in the first place." s.description = <<-DESC diff --git a/HandyUIKit.xcodeproj/project.pbxproj b/HandyUIKit.xcodeproj/project.pbxproj index 27ebcb8..5084f1b 100644 --- a/HandyUIKit.xcodeproj/project.pbxproj +++ b/HandyUIKit.xcodeproj/project.pbxproj @@ -341,7 +341,6 @@ A14E0AD81E1F987C00DFC788 /* Headers */, A14E0AD91E1F987C00DFC788 /* Resources */, A1F2218A1E3FEF1300419B06 /* SwiftLint */, - 8242F0A22189F8B30075FDF3 /* ProjLint */, ); buildRules = ( ); @@ -458,24 +457,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 8242F0A22189F8B30075FDF3 /* ProjLint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = ProjLint; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n if which projlint > /dev/null; then\n projlint lint --xcode --timeout 2 --ignore-network-errors\n else\n echo \"warning: ProjLint not installed, download it from https://github.com/JamitLabs/ProjLint\"\n fi\nfi\n"; - }; A1F2218A1E3FEF1300419B06 /* SwiftLint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; diff --git a/README.md b/README.md index 6f7e6e0..6379957 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ alt="Build Status"> alt="codebeat badge"> - + Swift: 4.2