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

Commit d1fd258

Browse files
lpusokbitrise-coresteps-botofalvaigodrei
authored
autocodesign (#74)
* 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. 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: Krisztián Gödrei <krisztian.godrei@bitrise.io>
1 parent 906b5ad commit d1fd258

File tree

121 files changed

+5034
-8884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+5034
-8884
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _tmp/
44
apple_developer_portal_data*.json
55
.idea
66
.bundle
7+
steps-ios-auto-provision-appstoreconnect

appstoreconnect/time_test.go

-24
This file was deleted.

autoprovision/autoprovision.go

-36
This file was deleted.

autoprovision/bundleidhelper.go

-158
This file was deleted.

autoprovision/bundleidhelper_test.go

-50
This file was deleted.

0 commit comments

Comments
 (0)