mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-24 23:25:55 +03:00
[PR #721] feat: add Swift helper integration for enhanced iOS workflow support #738
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#738
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/721
Author: @dl-alexandre
Created: 2/21/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
dbc403dfeat: add Swift helper integration for enhanced iOS workflow supportd90dd50refactor: remove CLI-wrapping Swift helpers, keep native-framework ones1504f23bench: add benchmarks for keychain, screenshot framing, and video encoding31e2dabci: improve benchmark CI to run keychain benchmarks and show summary5cd1d60Merge pull request #2 from dl-alexandre/claude/resolve-pr-721-bscTt9a91f8eMerge branch 'main' into maine40d761feat: add Swift helper performance optimizations49aa750fix: update .golangci.yml to v2 format for golangci-lint v2.x compatibility76aefe2fix: update .golangci.yml to v2 format for golangci-lint v2.x compatibility0b244fafix: add explicit error ignores for errcheck linter compliance📊 Changes
107 files changed (+4669 additions, -231 deletions)
View changed files
📝
.github/PULL_REQUEST_TEMPLATE.md(+1 -1)📝
.github/workflows/main-branch.yml(+8 -14)📝
.github/workflows/pr-checks.yml(+9 -33)📝
.github/workflows/release.yml(+48 -5)➕
.github/workflows/swift-helpers.yml(+283 -0)📝
.gitignore(+7 -0)📝
.golangci.yml(+18 -4)📝
CONTRIBUTING.md(+3 -3)📝
Makefile(+5 -3)➕
OPTIMIZATIONS.md(+392 -0)📝
cmd/root.go(+1 -1)📝
cmd/run.go(+2 -2)📝
internal/asc/assets_upload.go(+3 -3)📝
internal/asc/assets_upload_test.go(+8 -8)📝
internal/asc/client_app_clips_upload_test.go(+2 -2)📝
internal/asc/client_game_center_activities_test.go(+1 -1)📝
internal/asc/client_game_center_challenges_test.go(+1 -1)📝
internal/asc/client_http.go(+1 -1)📝
internal/asc/client_performance.go(+2 -2)📝
internal/asc/notary.go(+7 -7)...and 80 more files
📄 Description
Summary
This PR integrates the swift-helpers toolchain into the GitHub Actions pipelines and updates the contributor checklist to run tests with ASC_BYPASS_KEYCHAIN=1. 
What changed
Why
How to test
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.