Skip to content

Commit

Permalink
Update init to add SPM support (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi authored Jul 14, 2023
1 parent 5c227e1 commit 8d7892e
Show file tree
Hide file tree
Showing 8 changed files with 212 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bitrise-steplib/steps-project-scanner
go 1.17

require (
github.com/bitrise-io/bitrise-init v0.0.0-20230707131842-7c671dd33404
github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347
github.com/bitrise-io/go-steputils v1.0.5
github.com/bitrise-io/go-utils v1.0.1
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.18
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/bitrise-io/bitrise v0.0.0-20210519130014-380842fb41c1/go.mod h1:Jqf2P
github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946 h1:c+dLJvoW8eswyrV88mJunzc+dSidsV0S4CCfGe5QZyo=
github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946/go.mod h1:wZJS5uJ+mLhTbV4manrofZgGninsaMjMJndWC5OvcCY=
github.com/bitrise-io/bitrise-init v0.0.0-20210518121553-1e678625c45d/go.mod h1:2bxvLp7xgXC3HsacG2Z5nn6WOjk8kbNOmLWjinnhnKg=
github.com/bitrise-io/bitrise-init v0.0.0-20230707131842-7c671dd33404 h1:1v51ZgTw+nKYHkluUYI4ilS9xD5grz9Bx7ioJlaM1J4=
github.com/bitrise-io/bitrise-init v0.0.0-20230707131842-7c671dd33404/go.mod h1:4Pr0r3aDmcxkJ9k2SzfG1VPJ0X7IKBJApvDuUvPnLk0=
github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347 h1:wX/MVHVk2PtEbpimF8Lt7P4uYxiZGspjGfFz11VBIWY=
github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347/go.mod h1:4Pr0r3aDmcxkJ9k2SzfG1VPJ0X7IKBJApvDuUvPnLk0=
github.com/bitrise-io/colorstring v0.0.0-20180614154802-a8cd70115192/go.mod h1:CIHVcxZUvsG99XUJV6JlR7okNsMMGY81jMvPC20W+O0=
github.com/bitrise-io/depman v0.0.0-20160708153333-4c59bc31f02a/go.mod h1:jeK3Koe+wXMSwfl8t6M7kovGgXsayUJ5ybqo3gDJgts=
github.com/bitrise-io/envman v0.0.0-20200512105748-919e33f391ee/go.mod h1:m8pTp1o3Sw9uzDxb1WRm5IBRnMau2iOvPMSnRCAhQNI=
Expand Down
7 changes: 7 additions & 0 deletions vendor/github.com/bitrise-io/bitrise-init/scanners/ios/ios.go

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

143 changes: 143 additions & 0 deletions vendor/github.com/bitrise-io/bitrise-init/scanners/ios/spmproject.go

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

46 changes: 42 additions & 4 deletions vendor/github.com/bitrise-io/bitrise-init/scanners/ios/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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github.com/beevik/etree
# github.com/bitrise-io/bitrise v0.0.0-20220217113333-f2def13a7946
## explicit; go 1.16
github.com/bitrise-io/bitrise/models
# github.com/bitrise-io/bitrise-init v0.0.0-20230707131842-7c671dd33404
# github.com/bitrise-io/bitrise-init v0.0.0-20230712122159-92865fb4e347
## explicit; go 1.17
github.com/bitrise-io/bitrise-init/analytics
github.com/bitrise-io/bitrise-init/errormapper
Expand Down

0 comments on commit 8d7892e

Please sign in to comment.