shapehq / CoffeeShopsExample

Example project showing how Dependency Injection along with the Composition Root pattern can be introduced in a SwiftUI codebase.
58 stars 2 forks source link

Where is the .xcodeproj? #1

Open mehmetbaykar opened 9 months ago

mehmetbaykar commented 9 months ago

Hello, I can not find the code project in the repo. Is there a script to generate the project?

acche commented 8 months ago

The same question, cannot open by Xcode.

lajosdavid commented 6 months ago

You can generate the project file with XcodeGen.

acche commented 6 months ago

You can generate the project file with XcodeGen.

Thank you for the information, but what I really would like to know is how to projectize this development model.