home-assistant / Iconic

:art: Auto-generated icon font library for iOS, watchOS and tvOS
Apache License 2.0
1.58k stars 86 forks source link

How to use the latest version of SwiftGen #94

Closed Shannon-Yang closed 2 years ago

Shannon-Yang commented 2 years ago

I found that the version of SwiftGen in the project is 0.8.0, which is already an old version of SwiftGen. I tried to modify the latest version of SwiftGen, but I found that the new version of SwiftGen no longer has' icons 'to execute commands

截屏2021-08-16 15 39 42

dzenbot commented 2 years ago

icons was a custom command added to a fork of SwiftGen. This command was never PR'ed to the main repo since it required many foundational changes. Since then, we have incorporated the fork in this project to reduce external dependencies. Why do you need to update SwiftGen?

Shannon-Yang commented 2 years ago

In my project, I used the latest version of SwiftGen to manage my resource files. If Iconic is also based on SwiftGen, can I use the same version of SwiftGen to do the same thing and reduce the introduction of project files, so this question was raised