-
Notifications
You must be signed in to change notification settings - Fork 34
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 rubycommand dep and ensureFastlaneVersionAndCreateCmdSlice test * Update bitrise.yml * Update go-xcode to v1.0.16 * Update fastlane.go * Update main_test.go
- Loading branch information
Showing
68 changed files
with
393 additions
and
23,235 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
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,12 +1,15 @@ | ||
module github.com/bitrise-steplib/steps-deploy-to-itunesconnect-deliver | ||
|
||
go 1.15 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bitrise-io/go-steputils v1.0.3 | ||
github.com/bitrise-io/go-utils v1.0.3 | ||
github.com/bitrise-io/go-xcode v1.0.9 | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // 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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
github.com/stretchr/testify v1.8.1 | ||
) | ||
|
||
require ( | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
BUNDLE_RETRY: "5" | ||
BUNDLE_JOBS: "20" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'fastlane', '~> 2.214.0' |
Oops, something went wrong.