-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update go-xcode * Add new files * Update bitrise.yml * Update bitrise.yml * print env * Update bitrise.yml * Update bitrise.yml * Update bitrise.yml * Update go-xcode to v1.0.16 * Fix deprecated ioutil usage * Update bitrise.yml * Update bitrise.yml * Revert "Update bitrise.yml" This reverts commit b43e4e7. * Update bitrise.yml
- Loading branch information
Showing
59 changed files
with
10,905 additions
and
1,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,33 @@ | ||
module github.com/bitrise-steplib/steps-xcode-build-for-test | ||
|
||
go 1.17 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bitrise-io/go-steputils v1.0.2 | ||
github.com/bitrise-io/go-utils v1.0.2 | ||
github.com/bitrise-io/go-xcode v1.0.11 | ||
github.com/bitrise-io/go-steputils v1.0.5 | ||
github.com/bitrise-io/go-utils v1.0.9 | ||
github.com/bitrise-io/go-xcode v1.0.16 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/go-pkcs12 v0.0.0-20230815095624-feb898696e02 // indirect | ||
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect | ||
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.2 | ||
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.11 | ||
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.25 | ||
github.com/stretchr/testify v1.7.2 | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect | ||
github.com/bitrise-io/pkcs12 v0.0.0-20211108084543-e52728e011c8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect | ||
github.com/hashicorp/go-version v1.5.0 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/crypto v0.12.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
howett.net/plist v1.0.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
18 changes: 9 additions & 9 deletions
18
...or/github.com/bitrise-io/pkcs12/README.md → ...github.com/bitrise-io/go-pkcs12/README.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 16 additions & 3 deletions
19
...ithub.com/bitrise-io/pkcs12/bmp-string.go → ...ub.com/bitrise-io/go-pkcs12/bmp-string.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.