Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 52f5473

Browse files
godreibitrise-coresteps-botofalvailpusok
authored
Mob 200 app clip errors (#81)
* Use custom bot token in stale workflow (#73) Co-authored-by: Olivér Falvai <oliver.falvai@bitrise.io> * Started integrating go-xcode/autocodesign package. * Wire in autocodesign lib. * Keychain fix, certdownloder package name typo fix * Updated updtream * Updated upstream packages * Easier error logging * Upgrade upstream package * Fix test devices * Update upstream * Udpate upstream * Update upstream * Restored authentication Input support. * Made Team ID resolution more consistent. - Will try to use team ID resolved from project for Apple ID authentication - Team ID input overrides project resolved ID for filtering certificates * modules updated * Remove HTTP request logging * Remove HTTP logs * Removed binary * Update to the latest go-xcode and go-utils dependencies. * Update go-xcode dependency. * Update go-xcode to latest master. * Update vendor. * Fix connection. * Fix connection nil pointer dereference. * Fix invalid warning. * Fix another nil pointer issue. * Pull go-xcode with App Clip errors and handle those errors. * master merge fix. * Add comment with preconditions for test_appclip. * Remove leftover tmp.md. * Remove unnecessary comment. * Move app clip error messages to go-xcode. Co-authored-by: Bitrise CoreSteps Bot <78345218+bitrise-coresteps-bot@users.noreply.github.com> Co-authored-by: Olivér Falvai <oliver.falvai@bitrise.io> Co-authored-by: Laszlo Pusok <laszlo.pusok@bitrise.io>
1 parent d1fd258 commit 52f5473

File tree

8 files changed

+76
-7
lines changed

8 files changed

+76
-7
lines changed

e2e/bitrise.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ app:
1414
- BITRISE_APPLE_TEAM_ID : $BITRISE_APPLE_TEAM_ID
1515

1616
workflows:
17+
# Preconditions: the sample project's (https://github.com/bitrise-io/Fruta.git) App Clip target
18+
# needs to have an Application Identifier on the Apple Developer Portal, with all the required capabilities set.
19+
# Reasons can be found here:
20+
# - https://github.com/bitrise-steplib/steps-ios-auto-provision-appstoreconnect/pull/79
21+
# - https://github.com/bitrise-io/go-xcode/pull/125
1722
test_appclip:
1823
before_run:
1924
- _expose_xcode_version

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.16
55
require (
66
github.com/bitrise-io/go-steputils v0.0.0-20210929162140-866a65a1e14a
77
github.com/bitrise-io/go-utils v0.0.0-20211008161027-fa11986847a0
8-
github.com/bitrise-io/go-xcode v0.0.0-20211015073356-447d135b8934
8+
github.com/bitrise-io/go-xcode v0.0.0-20211019133116-5f91888db533
99
)

go.sum

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ github.com/bitrise-io/go-steputils v0.0.0-20210929162140-866a65a1e14a/go.mod h1:
55
github.com/bitrise-io/go-utils v0.0.0-20210924090918-3e7a04d0da9d/go.mod h1:Vi4MHnaZVL3PVoPPA/Yp6g2pzntkDH8LGiRSY7qw6KQ=
66
github.com/bitrise-io/go-utils v0.0.0-20211008161027-fa11986847a0 h1:fT81H9m8GHazqZ0WsVq7GE5DfK4xSyXnHGJKyita2BM=
77
github.com/bitrise-io/go-utils v0.0.0-20211008161027-fa11986847a0/go.mod h1:Vi4MHnaZVL3PVoPPA/Yp6g2pzntkDH8LGiRSY7qw6KQ=
8-
github.com/bitrise-io/go-xcode v0.0.0-20211015073356-447d135b8934 h1:veHQfkB+wDNFKr1C1QTbFfjhnwIwHxixJI3UfgOEudg=
9-
github.com/bitrise-io/go-xcode v0.0.0-20211015073356-447d135b8934/go.mod h1:s41EQA9NOMK148ewA6ppM1ClEdv0YomaZq9h5k32ZWo=
8+
github.com/bitrise-io/go-xcode v0.0.0-20211018110547-306c452057ee h1:zjork8x1DDHz3dA0V4qBHUhw3yDMN4Pj8nwyMKdHotY=
9+
github.com/bitrise-io/go-xcode v0.0.0-20211018110547-306c452057ee/go.mod h1:s41EQA9NOMK148ewA6ppM1ClEdv0YomaZq9h5k32ZWo=
10+
github.com/bitrise-io/go-xcode v0.0.0-20211019124528-fbadf29b8c1e h1:jc++xRyiWbpggTvZEs4vQElri4SQP/5XhMztaLqYEz0=
11+
github.com/bitrise-io/go-xcode v0.0.0-20211019124528-fbadf29b8c1e/go.mod h1:s41EQA9NOMK148ewA6ppM1ClEdv0YomaZq9h5k32ZWo=
12+
github.com/bitrise-io/go-xcode v0.0.0-20211019133116-5f91888db533 h1:vmChyDyRy1TM/4yEeoJcDOk+qqrYJOautsvEp2it8e4=
13+
github.com/bitrise-io/go-xcode v0.0.0-20211019133116-5f91888db533/go.mod h1:s41EQA9NOMK148ewA6ppM1ClEdv0YomaZq9h5k32ZWo=
1014
github.com/bitrise-io/pkcs12 v0.0.0-20210430063833-0da06eb56630 h1:V+xoYqGSkN8aUxCc806zDKjGGpBVUtV0Vytf5OsB3gc=
1115
github.com/bitrise-io/pkcs12 v0.0.0-20210430063833-0da06eb56630/go.mod h1:UiXKNs0essbC14a2TvGlnUKo9isP9m4guPrp8KJHJpU=
1216
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

vendor/github.com/bitrise-io/go-xcode/autocodesign/autocodesign.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/go-xcode/autocodesign/devportalclient/appstoreconnect/capabilities.go

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/go-xcode/autocodesign/errors.go

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/go-xcode/autocodesign/profiles.go

+27-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ github.com/bitrise-io/go-utils/pointers
2222
github.com/bitrise-io/go-utils/pretty
2323
github.com/bitrise-io/go-utils/retry
2424
github.com/bitrise-io/go-utils/sliceutil
25-
# github.com/bitrise-io/go-xcode v0.0.0-20211015073356-447d135b8934
25+
# github.com/bitrise-io/go-xcode v0.0.0-20211019133116-5f91888db533
2626
## explicit
2727
github.com/bitrise-io/go-xcode/appleauth
2828
github.com/bitrise-io/go-xcode/autocodesign

0 commit comments

Comments
 (0)