-
Notifications
You must be signed in to change notification settings - Fork 6
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 main.go * Update go-xcode to v1.0.16 * Update main.go
- Loading branch information
Showing
62 changed files
with
9,495 additions
and
566 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
module github.com/bitrise-steplib/steps-xcode-analyze | ||
|
||
go 1.16 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bitrise-io/go-steputils v0.0.0-20210514150206-5b6261447e77 | ||
github.com/bitrise-io/go-utils v0.0.0-20210520073355-367fa34178f5 | ||
github.com/bitrise-io/go-xcode v0.0.0-20210714144817-465637d28b74 | ||
github.com/bitrise-io/xcode-project v0.0.0-20191004122952-a4e01d69cacc // indirect | ||
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/bitrise-steplib/steps-xcode-archive v0.0.0-20191022071803-d25b478ae7b8 | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
) | ||
|
||
require ( | ||
github.com/bitrise-io/go-pkcs12 v0.0.0-20230815095624-feb898696e02 // indirect | ||
github.com/bitrise-io/xcode-project v0.0.0-20191004122952-a4e01d69cacc // indirect | ||
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/text v0.12.0 // 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.