mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #490] [MERGED] Screenshot size validation #565
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#565
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/490
Author: @rudrankriyam
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/screenshot-size-validation-bfbc📝 Commits (3)
3b1dee6Add screenshot sizes catalog and validationc840bb2fix: expand large iPhone screenshot compatibility073bbc9fix: align non-iOS screenshot dimensions with Apple specs📊 Changes
10 files changed (+1209 additions, -38 deletions)
View changed files
📝
README.md(+4 -0)📝
internal/asc/assets.go(+1 -37)📝
internal/asc/assets_output.go(+13 -0)📝
internal/asc/assets_upload.go(+31 -0)📝
internal/asc/output_registry_init.go(+1 -0)➕
internal/asc/screenshot_sizes.go(+237 -0)➕
internal/asc/screenshot_sizes_test.go(+310 -0)📝
internal/cli/assets/assets_screenshots.go(+71 -1)➕
internal/cli/assets/assets_screenshots_test.go(+151 -0)➕
internal/cli/cmdtest/assets_screenshots_sizes_test.go(+390 -0)📄 Description
Summary
asc assets screenshots sizescommand to list supported screenshot dimensions with optional display-type filtering and various output formats (JSON, table, markdown).asc assets screenshots upload, ensuring images conform to the specified display type's requirements before any network requests are made. This provides immediate, actionable feedback to the user.README.mdwith examples for the newsizescommand.Validation
make formatmake lintmake testWall of Apps (only if this PR adds/updates a Wall app)
docs/wall-of-apps.json(not the generated Wall block inREADME.mddirectly)make update-wall-of-appsdocs/wall-of-apps.jsonREADME.md🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.