vtourraine / VTAcknowledgementsViewController

Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies.
MIT License
857 stars 65 forks source link

Support macOS App #68

Open yeahdongcn opened 4 years ago

yeahdongcn commented 4 years ago

Thanks for providing such a nice tool. Is there any plan to support macOS? Thanks.

vtourraine commented 4 years ago

Thanks for the feedback!

The project is compatible with Catalyst, so I’m assuming you’re talking about an AppKit implementation? I would love to offer that too, but someone needs to implement it.

I’m wondering about the interface. We could have a NSTableView and a NSTextView, similar to the iOS version, but I don’t think that would look “right”. Maybe we should try something simpler, at least for a first implementation? Like a unique scroll view, with all the acknowledgements.

I’d love to get more suggestions on that. Pull requests are welcome, as always 😄