DroidKaigi / conference-app-2022

The Official Conference App for DroidKaigi 2022
https://droidkaigi.jp/2022/
Apache License 2.0
492 stars 189 forks source link

[iOS] Replace LicenseList plugin with official one #763

Open touyou opened 2 years ago

touyou commented 2 years ago

Idea Description

I implemented LicenseList plugin in #479 , and offered support of SPM in https://github.com/cybozu/LicenseList/issues/4 . And now, LicenseList officially supported BuildToolPlugin. So we should replace it.

Reference images and links

touyou commented 2 years ago

After created this issue, I notice this info.

In this project, these packages are local plugin (Local defined plugin) and the why of using local plugin is performance issue of Xcode. When using remote package plugin, Xcode CPU usage becomes so high (over 100%).

If LicenseListPlugin could have same problem, we can use only official release bundle.

fummicc1 commented 2 years ago

Let me try this issueπŸ‘€ I think this issue is not urgent, so I believe that I take enough time including my investigation into SwiftPM Plugin since Xcode14.πŸ˜„

ry-itto commented 2 years ago

Sorry for late response πŸ™πŸΌ

@fummicc1 Thanks! Assigned πŸ‘πŸΌ