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

Remove Xcode dependency check #793

Merged
merged 5 commits into from
Jul 19, 2022
Merged

Remove Xcode dependency check #793

merged 5 commits into from
Jul 19, 2022

Conversation

ofalvai
Copy link
Contributor

@ofalvai ofalvai commented Jun 29, 2022

Removes the Xcode dependency check from the step.yml model. We consider this an unnecessary check nowadays as the Bitrise VMs definitely have Xcode installed and expect local environments to have it installed too.

go.mod Outdated
@@ -3,31 +3,19 @@ module github.com/bitrise-io/bitrise
go 1.16

require (
github.com/Masterminds/semver v1.5.0 // indirect
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are so many changed lines because I ran go mod tidy on the project.

tothszabi
tothszabi previously approved these changes Jun 30, 2022
@ofalvai ofalvai marked this pull request as ready for review June 30, 2022 11:25
@ofalvai ofalvai requested a review from tothszabi June 30, 2022 13:05
tothszabi
tothszabi previously approved these changes Jun 30, 2022
@ofalvai ofalvai closed this Jun 30, 2022
@ofalvai ofalvai reopened this Jun 30, 2022
@koral--
Copy link
Contributor

koral-- commented Jun 30, 2022

Documentation says that only xcode is supported, but in fact there seems to be also the code supporting anything else.
https://github.com/bitrise-io/bitrise/pull/793/files#diff-731d00c26463c796d61e812daf1e6a0205150ca29510a0f6fafa6e8d1cbd8994L285-L294
If understand correctly it just invokes the command.

So the check only dependency feature is really usable for any tool. Shouldn't only support for the special case xcode be removed leaving rest of the logic unchanged?

@ofalvai ofalvai closed this Jun 30, 2022
@ofalvai ofalvai reopened this Jun 30, 2022
@ofalvai ofalvai closed this Jun 30, 2022
@ofalvai ofalvai reopened this Jun 30, 2022
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