Tuist logo
Tuist
Create
Roadmap
Feedback
Feature requests

    Boards

  • Feature requests

Powered by Canny

Feature requests

posts
Define Target Manifest Outside of Tuist Directory
I'd love to be able to define a module's manifest right next to the code for that module. When you have a large number of modules, it gets difficult to manage them all within the Tuist directory. I'm envisioning having a Target.swift file at the root of my module, that has a let target = Target(...) in it, similar to how Project.swift has a let project = Project(...) . Ideally, Tuist would automatically search recursively for any files named Target.swift , but if that's not possible, maybe you could manually specify the path to the file within the project manifest. I don't know the specifics of how this would need to be implemented, or even if it's possible, but I know it would make things easier for me and my team.
4
Swift Packages in root of Workspaces
Currently it's not possible to add a Swift.Package file to the root of a Workspace via Tuist. It'd be great if it was possible
0
Tuist Cloud - Implement login, organization and project creation flows
The goal is to allow users to sign up on Tuist Cloud, create organizations, and add projects to them.
0
Powered by Canny