mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #67] [MERGED] Improve IPA plist parsing and retry observability #265
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#265
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/67
Author: @rudrankriyam
Created: 1/23/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/plan-and-build-cleanup-bf1b📝 Commits (6)
bfba2f9Add IPA metadata extraction for build uploadsb644b28Improve rate limit handling for API requestsa3eabe3Trim plan to remaining work081ce7bFix IPA plist decoding60fad8bHandle numeric IPA plist values5561ffcAdd retry logging toggle and docs📊 Changes
9 files changed (+410 additions, -394 deletions)
View changed files
📝
PLAN.md(+21 -376)📝
README.md(+7 -0)📝
cmd/commands.go(+34 -11)➕
cmd/ipa.go(+92 -0)➕
cmd/ipa_test.go(+151 -0)📝
go.mod(+1 -0)📝
go.sum(+4 -0)📝
internal/asc/client.go(+69 -7)📝
internal/asc/client_http_test.go(+31 -0)📄 Description
Summary
Info.plistvalues when extracting IPA version/buildASC_RETRY_LOGTest plan
go test ./cmdmake lintmake buildmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.