cybozu / LicenseList

Generate a list of licenses for the Swift Package libraries that your app depends on.
https://cybozu.github.io/LicenseList/documentation/licenselist/
MIT License
125 stars 20 forks source link

tvOS support and style configuration #46

Closed setoelkahfi closed 1 week ago

setoelkahfi commented 1 month ago

Hello @Kyome22, thanks for this project. It's been useful for me.

Are you planning to support another platform? I'm working on supporting tvOS. Also, we have a slightly different design system. Do you have a plan to support customization as well? Otherwise, I'll use my fork.

Kyome22 commented 4 weeks ago

@setoelkahfi Thank you for reporting this issue. Please wait for a response as I will look into this issue within my team.

setoelkahfi commented 3 weeks ago

I have the changes ready in my fork. If you want, I can open a PR.

Kyome22 commented 1 week ago

@setoelkahfi We plan to provide an API that allows you to customize the style of LicenseListView and LicenseView (#47). By using these, you can apply your own styles to views for tvOS. Additionally, it provides a simplified default style for tvOS.

setoelkahfi commented 1 week ago

It looks great!