Releases: Blackjacx/SHSearchBar
Releases · Blackjacx/SHSearchBar
Hello Xcode 15 👋
What's Changed
- Update .spi.yml by @finestructure in #59
- Xcode 15 & Swift 5.9 & iOS 14 by @Blackjacx in #63
New Contributors
- @finestructure made their first contribution in #59
Full Changelog: 2.0.0...2.1.0
Hello Swift PM
TL;DR
This version is all about making SHSearchBar compatible with SPM and Swift 5.3.
Details
I had to say goodbye to Cocoapods
and Carthage
. Since Apple recommends to not make assumptions about resource locations I have to use Bundle.module
(read more about it here and here) which is not auto-generated by Carthage or Cocoapods at the moment. Apart from that I cannot detect the dependency manager at runtime and therefore would have to fallback to my own resource location algorithm. I don't know if this was intended by Apple 🤷...
Closed PRs
- #54: Swift 5.3 & swift package manager - @Blackjacx.
- #50: Update readme badges - @blackjacx.
1.7.0
1.6.0
- #47: Carthage Support - @blackjacx.
- #46: Extending Example App - @blackjacx.
- Add AUTHORS file - @blackjacx.
1.5.0
1.4.3
1.4.2
1.4.1
- #33: Fix Pod Try To Quick Try Pod Example - @blackjacx.
- Add example for search bar in UINavigationBar - @blackjacx.