tuist / tuist

Tuist's CLI
https://tuist.io
MIT License
4.57k stars 554 forks source link

How to init a project with Storyboard interface #6208

Closed isweal closed 6 months ago

isweal commented 6 months ago

What problem or need do you have?

the default action of tuist init is to generate a app with SwiftUI, is there any param to init with Storyboard?

Potential solution

No response

macOS version

14.4.1

Tuist version

4.9.0

Xcode version

15.3

fortmarek commented 6 months ago

No, we currently only have a template for initializing a SwiftUI application as explained here. We'd be happy to accept a PR to add the UIKit template, possibly with a storyboard, back as that's something that Xcode also still allows.

You can take the removed UIKit template as an inspiration.

isweal commented 6 months ago

No, we currently only have a template for initializing a SwiftUI application as explained here. We'd be happy to accept a PR to add the UIKit template, possibly with a storyboard, back as that's something that Xcode also still allows.

You can take the removed UIKit template as an inspiration.

ok, get it