getditto / DittoSwiftTools

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

Remove macOS 11+ from Package.swift as the tools currently don't build for MacOS #111

Closed bplattenburg closed 3 months ago

bplattenburg commented 6 months ago

Today, Package.swift lists support for MacOS 11+, but the tools don't actually build for MacOS, primarily due to use of UIKit in some tools. To reduce confusion, I'm removing the entry from Package.swift and logged #110 for supporting MacOS in the future (I'm also totally fine closing this and just fixing it with that issue)