Skip to content

Commit

Permalink
chore: update xcode-go step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjameslittle authored Aug 16, 2024
1 parent f0f967c commit 48e3d2a
Show file tree
Hide file tree
Showing 84 changed files with 233 additions and 233 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.23
github.com/bitrise-io/go-utils v1.0.12
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.20
github.com/bitrise-io/go-xcode v1.0.19
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.45
github.com/teamlapse/go-xcode v1.0.19
github.com/teamlapse/go-xcode/v2 v2.0.0-alpha.45
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v3 v3.0.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ github.com/bitrise-io/go-utils v1.0.12 h1:iJV1ZpyvSA0NCte/N6x+aIQ9TrNr5sIBlcJBf0
github.com/bitrise-io/go-utils v1.0.12/go.mod h1:ZY1DI+fEpZuFpO9szgDeICM4QbqoWVt0RSY3tRI1heY=
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.20 h1:R+xJRWsuHhF/Pnx0gjI1+HH4Y0YSFVI+U/CbLpSx4sU=
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.20/go.mod h1:Laih4ji980SQkRgdnMCH0g4u2GZI/5nnbqmYT9UfKFQ=
github.com/bitrise-io/go-xcode v1.0.19 h1:pbPEIqTHigviG9+1ppMTLv5h6z4k2oz3gKYLKoHJ0yg=
github.com/bitrise-io/go-xcode v1.0.19/go.mod h1:9OwsvrhZ4A2JxHVoEY7CPcABAKA+OE7FQqFfBfvbFuY=
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.45 h1:/XTNblRyY6aoJlEsfe32czMm5DKWrMjDZcn4NLgBb3Y=
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.45/go.mod h1:BFDhHF1ftPWpnZt4sjpPQ+H6QaQLkRoNwQZC2/xdcgg=
github.com/teamlapse/go-xcode v1.0.19 h1:pbPEIqTHigviG9+1ppMTLv5h6z4k2oz3gKYLKoHJ0yg=
github.com/teamlapse/go-xcode v1.0.19/go.mod h1:9OwsvrhZ4A2JxHVoEY7CPcABAKA+OE7FQqFfBfvbFuY=
github.com/teamlapse/go-xcode/v2 v2.0.0-alpha.45 h1:/XTNblRyY6aoJlEsfe32czMm5DKWrMjDZcn4NLgBb3Y=
github.com/teamlapse/go-xcode/v2 v2.0.0-alpha.45/go.mod h1:BFDhHF1ftPWpnZt4sjpPQ+H6QaQLkRoNwQZC2/xdcgg=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
6 changes: 3 additions & 3 deletions step/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (

"github.com/bitrise-io/go-utils/progress"
"github.com/bitrise-io/go-utils/v2/log"
"github.com/bitrise-io/go-xcode/xcodebuild"
cache "github.com/bitrise-io/go-xcode/xcodecache"
"github.com/bitrise-io/go-xcode/xcpretty"
"github.com/teamlapse/go-xcode/xcodebuild"
cache "github.com/teamlapse/go-xcode/xcodecache"
"github.com/teamlapse/go-xcode/xcpretty"
)

func runArchiveCommandWithRetry(archiveCmd *xcodebuild.CommandBuilder, useXcpretty bool, swiftPackagesPath string, logger log.Logger) (string, error) {
Expand Down
4 changes: 2 additions & 2 deletions step/ipa_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package step

import (
"github.com/bitrise-io/go-utils/v2/log"
"github.com/bitrise-io/go-xcode/xcodebuild"
v1xcpretty "github.com/bitrise-io/go-xcode/xcpretty"
"github.com/teamlapse/go-xcode/xcodebuild"
v1xcpretty "github.com/teamlapse/go-xcode/xcpretty"
)

func runIPAExportCommand(exportCmd *xcodebuild.ExportCommandModel, useXcpretty bool, logger log.Logger) (string, error) {
Expand Down
8 changes: 4 additions & 4 deletions step/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"strings"

"github.com/bitrise-io/go-utils/v2/log"
"github.com/bitrise-io/go-xcode/xcodeproject/schemeint"
"github.com/bitrise-io/go-xcode/xcodeproject/serialized"
"github.com/bitrise-io/go-xcode/xcodeproject/xcodeproj"
"github.com/bitrise-io/go-xcode/xcodeproject/xcscheme"
"github.com/teamlapse/go-xcode/xcodeproject/schemeint"
"github.com/teamlapse/go-xcode/xcodeproject/serialized"
"github.com/teamlapse/go-xcode/xcodeproject/xcodeproj"
"github.com/teamlapse/go-xcode/xcodeproject/xcscheme"
)

type Platform string
Expand Down
6 changes: 3 additions & 3 deletions step/platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (

"github.com/bitrise-io/go-utils/v2/log"

"github.com/bitrise-io/go-xcode/xcodeproject/serialized"
"github.com/bitrise-io/go-xcode/xcodeproject/xcodeproj"
"github.com/bitrise-io/go-xcode/xcodeproject/xcscheme"
"github.com/teamlapse/go-xcode/xcodeproject/serialized"
"github.com/teamlapse/go-xcode/xcodeproject/xcodeproj"
"github.com/teamlapse/go-xcode/xcodeproject/xcscheme"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
)
Expand Down
30 changes: 15 additions & 15 deletions step/step.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ import (
"github.com/bitrise-io/go-utils/v2/fileutil"
"github.com/bitrise-io/go-utils/v2/log"
"github.com/bitrise-io/go-utils/v2/pathutil"
"github.com/bitrise-io/go-xcode/devportalservice"
"github.com/bitrise-io/go-xcode/profileutil"
"github.com/bitrise-io/go-xcode/v2/autocodesign/certdownloader"
"github.com/bitrise-io/go-xcode/v2/autocodesign/codesignasset"
"github.com/bitrise-io/go-xcode/v2/autocodesign/devportalclient"
"github.com/bitrise-io/go-xcode/v2/autocodesign/localcodesignasset"
"github.com/bitrise-io/go-xcode/v2/autocodesign/profiledownloader"
"github.com/bitrise-io/go-xcode/v2/autocodesign/projectmanager"
"github.com/bitrise-io/go-xcode/v2/codesign"
"github.com/bitrise-io/go-xcode/v2/exportoptionsgenerator"
"github.com/bitrise-io/go-xcode/v2/xcconfig"
cache "github.com/bitrise-io/go-xcode/v2/xcodecache"
"github.com/bitrise-io/go-xcode/v2/xcpretty"
"github.com/bitrise-io/go-xcode/xcarchive"
"github.com/bitrise-io/go-xcode/xcodebuild"
"github.com/teamlapse/go-xcode/devportalservice"
"github.com/teamlapse/go-xcode/profileutil"
"github.com/teamlapse/go-xcode/v2/autocodesign/certdownloader"
"github.com/teamlapse/go-xcode/v2/autocodesign/codesignasset"
"github.com/teamlapse/go-xcode/v2/autocodesign/devportalclient"
"github.com/teamlapse/go-xcode/v2/autocodesign/localcodesignasset"
"github.com/teamlapse/go-xcode/v2/autocodesign/profiledownloader"
"github.com/teamlapse/go-xcode/v2/autocodesign/projectmanager"
"github.com/teamlapse/go-xcode/v2/codesign"
"github.com/teamlapse/go-xcode/v2/exportoptionsgenerator"
"github.com/teamlapse/go-xcode/v2/xcconfig"
cache "github.com/teamlapse/go-xcode/v2/xcodecache"
"github.com/teamlapse/go-xcode/v2/xcpretty"
"github.com/teamlapse/go-xcode/xcarchive"
"github.com/teamlapse/go-xcode/xcodebuild"
"github.com/kballard/go-shellquote"
"howett.net/plist"
)
Expand Down
2 changes: 1 addition & 1 deletion step/step_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/bitrise-io/go-steputils/v2/stepconf"
"github.com/bitrise-io/go-utils/fileutil"
"github.com/bitrise-io/go-utils/v2/log"
"github.com/bitrise-io/go-xcode/models"
"github.com/teamlapse/go-xcode/models"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v3"
)
Expand Down
2 changes: 1 addition & 1 deletion step/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/bitrise-io/go-utils/sliceutil"
"github.com/bitrise-io/go-utils/v2/log"
"github.com/bitrise-io/go-xcode/exportoptions"
"github.com/teamlapse/go-xcode/exportoptions"
)

func generateAdditionalOptions(platform string, customOptions []string) []string {
Expand Down
4 changes: 2 additions & 2 deletions step/xcode_version_provider.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package step

import (
"github.com/bitrise-io/go-xcode/models"
"github.com/bitrise-io/go-xcode/utility"
"github.com/teamlapse/go-xcode/models"
"github.com/teamlapse/go-xcode/utility"
)

type XcodeVersionProvider interface {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/bitrise-io/go-xcode/appleauth/fetch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/bitrise-io/go-xcode/export/export.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/bitrise-io/go-xcode/export/filter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/bitrise-io/go-xcode/export/ios.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/bitrise-io/go-xcode/export/mac.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/bitrise-io/go-xcode/utility/utility.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48e3d2a

Please sign in to comment.