From c04cd4109446e85f3484ac7753c84baa115812fc Mon Sep 17 00:00:00 2001 From: Nikola Milicevic Date: Wed, 9 Jun 2021 14:43:51 +0200 Subject: [PATCH 1/2] make extension public --- WordPressAuthenticator/UI/SearchTableViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressAuthenticator/UI/SearchTableViewCell.swift b/WordPressAuthenticator/UI/SearchTableViewCell.swift index 32c0d3143..a4a565076 100644 --- a/WordPressAuthenticator/UI/SearchTableViewCell.swift +++ b/WordPressAuthenticator/UI/SearchTableViewCell.swift @@ -76,7 +76,7 @@ extension SearchTableViewCell: UITextFieldDelegate { // MARK: - Loader // -extension SearchTableViewCell { +public extension SearchTableViewCell { func showLoader() { guard let leftView = textField.leftView else { return } let spinner = UIActivityIndicatorView(frame: leftView.frame) From b163240ae1126337e01e9c559c236d76a9f5240d Mon Sep 17 00:00:00 2001 From: Nikola Milicevic Date: Wed, 9 Jun 2021 14:48:46 +0200 Subject: [PATCH 2/2] bump podspec version --- WordPressAuthenticator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 0971ae8a4..8f2c94242 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.38.0-beta.2" + s.version = "1.38.0-beta.3" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC