superarts / XStringCatalog

A framework that generates enum from xcstring - Swift enumerations from String Catalog for iOS / iPadOS / macOS / tvOS.
MIT License
4 stars 9 forks source link

StringCatalogEnum: Make the project testable and add unit tests #2

Closed superarts closed 8 months ago

superarts commented 9 months ago

Currently the project is not unit testable. Refactor the project, create testable structure, and add unit tests.

superarts commented 8 months ago

Issue addressed by @charJin , thank you!