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.