Skip to content

Files

Latest commit

8828a65 · Apr 6, 2024

History

History

Sample

Sample App Using Needle

The folder "MVC" contains the simple MVC architecture based TicTacToe app. The folder "Pluginized" contains the same TicTacToe app but built with a pluginized DI structure where the dependencies are divided into separate core and non-core trees.

Build & Run TicTacToe

Open the TicTacToe.xcodeproj to build and run the game.