Skip to content

Hello Swift PM

Compare
Choose a tag to compare
@Blackjacx Blackjacx released this 18 Sep 13:02
89e86e6

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