gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.24k stars 266 forks source link

Update Package.swift #273

Closed aehlke closed 7 months ago

gonzalezreal commented 7 months ago

Thanks @aehlke! I prefer to keep the package compatible with older Swift / Xcode versions.

aehlke commented 7 months ago

That's fine but what it means is that this is unusable in projects that have C++ dependencies (or maybe something more specific in my case). Without this change the lib broke my build.

What I've seen is other projects having multiple Package.5.9.swift or some kind of convention like that but I haven't investigated the right way to do that.