getditto / DittoSwiftTools

Diagnostic and Debugging Tools for DittoSwift
MIT License
9 stars 2 forks source link

Reduce DittoSwiftTools iOS target version from 15.0 to 14.0 #109

Closed magicwave closed 2 months ago

magicwave commented 6 months ago

I believe I upgraded the target for an API in the Ditto Peers module, but I think it would be possible to find an iOS 14 API for the task.

bplattenburg commented 3 months ago

This is in a surprisingly awkward place today - the package technically supports iOS 14, but many tools have code gated by @available(iOS 15, *).

We really need to clean those up to make sure these tools are available and usable by customers on iOS 14.