-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(cli): adjust SPM parameters for build and run commands #7342
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the only thing that changes is the -workspace
/-project
and the actual project path, so the package manager check should just set those two params and keep a single xcodebuild
call on build and a single xcodebuildArgs
, as that would make the change smaller and the code easier to maintain, like in example the recently added configuration
for run command if it would have done after this, it would require changing both xcodebuildArgs
arrays.
That's a good point, I'll change that. |
I was literally removing them as you posted that. 😄 |
No description provided.