uber / needle

Compile-time safe Swift dependency injection framework
Apache License 2.0
1.84k stars 144 forks source link

Add UberPluginizedComponent to Needle Generator #445

Closed lvergos closed 1 year ago

lvergos commented 1 year ago

Adds a new class UberPluginizedComponent to Needle Generator. Generator changes are tested through tests subclassing AbstractPluginizedGeneratorTests, UberPluginizedComponent was added to Pluginized/TicTacToe as it is the target source for AbstractPluginizedGeneratorTests.

Rebuilt needle executable using make archive_generator command.