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

fix(cli): adjust SPM parameters for build and run commands #7342

Merged
merged 9 commits into from
Mar 15, 2024
Merged

Conversation

markemer
Copy link
Member

No description provided.

@jcesarmobile jcesarmobile changed the title feat(cli): add spm ios build and run support fix(cli): adjust SPM parameters for build and run commands Mar 15, 2024
Copy link
Member

@jcesarmobile jcesarmobile left a 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.

@markemer
Copy link
Member Author

That's a good point, I'll change that.

core/http.md Outdated Show resolved Hide resolved
@markemer
Copy link
Member Author

I was literally removing them as you posted that. 😄

@markemer markemer merged commit 02f8983 into main Mar 15, 2024
6 checks passed
@markemer markemer deleted the RDMR-27 branch March 15, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants