NuPlay / RichText

Easily show RichText(html) in SwiftUI
MIT License
209 stars 36 forks source link

macOS support #34

Closed unequalsine closed 1 year ago

unequalsine commented 1 year ago

seems like a very capable library, but can unfortunately not be used for a macOS SwiftUI application due to the lack of UIKit availability.

NuPlay commented 1 year ago

To make this library also available for macOS, I'll try to develop it using AppKit on macOS.

This will take some time, but I'll do my best. And I target to make it within two weeks.

NuPlay commented 1 year ago

Added support for macOS via #36. You can use v2.3.0 or higher.

I appreciate your valuable feedback. If you have any further concerns or issues, feel free to let me know.