Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.1.0 #25

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADNavigationBarExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ADNavigationBarExtension'
s.version = '2.0.0'
s.version = '2.1.0'
s.author = 'Fabernovel Technologies'
s.homepage = 'https://fabernovel.com/'
s.summary = 'ADNavigationBarExtension is a UI library written in Swift to show and hide an extension to your UINavigationBar'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [2.1.0] - 2024-04-26

### Added
- Add support for Swift Package Manager

Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ADNavigationBarExtension (2.0.0):
- ADNavigationBarExtension (2.1.0):
- ADUtils (~> 12.0)
- ADUtils (12.1.1):
- ADUtils/objc (= 12.1.1)
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
ADNavigationBarExtension: 1be9d794fb7715b7d1bfa5158ddcabe176ffb769
ADNavigationBarExtension: 2ad2f76c4462f7be55013d8ceeb71eaa6d65fe28
ADUtils: a3e9fdcfe76222dd3abfa4659ad1e8249ed16c95
SwiftLint: 5ce4d6a8ff83f1b5fd5ad5dbf30965d35af65e44

Expand Down
4 changes: 4 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ end
def target_version_from_branch
git_branch.gsub(/release\/[A-Za-z]*/, "")
end

def pod_install
sh "bundle exec pod install"
end
Loading