Closed hisaac closed 2 years ago
Also in the Bitrise.yml file please remove dep-update:
.
And I don't think we will need Gopkg.toml
and Gopkg.lock
Also in the Bitrise.yml file please remove
dep-update:
.And I don't think we will need
Gopkg.toml
andGopkg.lock
Should be fixed in https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/pull/32/commits/fce02bbd95fb8cfcfffa0d9c28fc9e9b5bde498f 👍
@hisaac looking good!
I should also update the version number. Would you say this would be a minor version bump? Or patch?
@hisaac let do it on the other PR. merging to master is not classed as a deploy
Checklist
step.yml
andREADME.md
is updated with the changes (if needed)Version
Requires a MAJOR/MINOR/PATCH version update
Context
While working on https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/pull/31, I ran into an issue with the
go-xcode
dependencies. I tried updating it usingdep
, but was unsuccessful, so I thought I'd try my hand at converting the repo to use Go modules instead, and then update it.Changes
.idea
directory go the.gitignore
.vendor
directory, as I think that's not needed.go-xcode
dependency to point to the v1.0.6 tag.main.go
file, as theSetDisableIndexWhileBuilding
method was removed frombuild.go
in (https://github.com/bitrise-io/go-xcode/pull/121).