From 2dd4c04535a637346bdab120190d09f0e9b80708 Mon Sep 17 00:00:00 2001 From: Stefan Herold Date: Thu, 12 Jul 2018 10:16:56 +0200 Subject: [PATCH] Fastlane: Release on Production 1.4.3 --- CHANGELOG.md | 2 ++ Example/SHSearchBar.xcodeproj/project.pbxproj | 4 ++-- Example/SHSearchBar/Info.plist | 4 ++-- Example/Tests/Info.plist | 4 ++-- SHSearchBar.podspec | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ed49a..cf38317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## [Unreleased] + +## [1.4.3] - 2018-07-12 * [#39](https://github.com/Blackjacx/SHSearchBar/pull/39): Make localized extension internal - [@blackjacx](https://github.com/blackjacx). ## [1.4.2] - 2018-07-12 diff --git a/Example/SHSearchBar.xcodeproj/project.pbxproj b/Example/SHSearchBar.xcodeproj/project.pbxproj index fffffe5..292d2a2 100644 --- a/Example/SHSearchBar.xcodeproj/project.pbxproj +++ b/Example/SHSearchBar.xcodeproj/project.pbxproj @@ -534,7 +534,7 @@ baseConfigurationReference = 4E5D9DD31A134DBDCBF6B0BD /* Pods-SHSearchBar_Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = PCW579R278; INFOPLIST_FILE = SHSearchBar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -552,7 +552,7 @@ baseConfigurationReference = 53F3CEB9AA62FFC13214F692 /* Pods-SHSearchBar_Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = PCW579R278; INFOPLIST_FILE = SHSearchBar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/Example/SHSearchBar/Info.plist b/Example/SHSearchBar/Info.plist index 33c7770..a3e2527 100644 --- a/Example/SHSearchBar/Info.plist +++ b/Example/SHSearchBar/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.2 + 1.4.3 CFBundleSignature ???? CFBundleVersion - 3 + 4 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist index 8c13764..52903b3 100644 --- a/Example/Tests/Info.plist +++ b/Example/Tests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.2 + 1.4.3 CFBundleSignature ???? CFBundleVersion - 3 + 4 diff --git a/SHSearchBar.podspec b/SHSearchBar.podspec index 2474d3f..45a9238 100644 --- a/SHSearchBar.podspec +++ b/SHSearchBar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SHSearchBar' - s.version = '1.4.2' + s.version = '1.4.3' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'The search bar that does not suck.' s.description = <<-DESC