getditto / DittoSwiftTools

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

Update all tools to not require iOS 15 anywhere #141

Closed bplattenburg closed 2 months ago

bplattenburg commented 3 months ago

Updates all of DittoSwiftTools to work on iOS 14 as advertised by our Package.swift.

Closes #109

Note - I did not update the DittoToolsApp in the repository; only the tools that are in the package. Updating the app itself would require reducing the deployment target of that app from its current 15.5 down to 14.0.