Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build command #111

Closed
pepicrft opened this issue Aug 26, 2018 · 1 comment
Closed

Build command #111

pepicrft opened this issue Aug 26, 2018 · 1 comment
Labels
type:enhancement New feature or request
Projects

Comments

@pepicrft
Copy link
Contributor

Context 🕵️‍♀️

SPM alike, Tuist can provide a command to build the project in the current directory. The command would wrap xcodebuild, simplifying the interface and inferring things whenever it's possible. For instance, we know the path to the project and workspace.

What 🌱

Being in a folder where a project is defined, a developer could execute:

tuist build # main/default target
tuist build target

Proposal 🎉

  • Add build command which is a gateway to xcodebuild.
  • Proxy the arguments passed to xcodebuild. For example, if a -destination command is passed, we should pass it to xcodebuild.
  • Print the output from xcodebuild without any formatting. We might add some improvements here in the future, but for now, let's keep the raw output.
@pepicrft pepicrft added the type:enhancement New feature or request label Aug 26, 2018
@pepicrft pepicrft added this to Backlog in Planning via automation Aug 26, 2018
@pepicrft pepicrft mentioned this issue Aug 26, 2018
@pepicrft pepicrft moved this from Backlog to Weekly Sprint - Until September 9th in Planning Sep 1, 2018
@pepicrft
Copy link
Contributor Author

Build command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
No open projects
Planning
  
Weekly Sprint - Until September 9th
Development

No branches or pull requests

1 participant