mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #744] [MERGED] fix(screenshots): focus default sizes on iOS submission slots #755
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#755
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/744
Author: @rudrankriyam
Created: 2/23/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @rudrankriyam
Base:
main← Head:fix/screenshot-help-single-ios-ipad📝 Commits (1)
2acd6cbfix(screenshots): focus default sizes on iOS submission slots📊 Changes
8 files changed (+263 additions, -22 deletions)
View changed files
📝
internal/asc/screenshot_sizes.go(+4 -1)📝
internal/asc/screenshot_sizes_test.go(+44 -0)📝
internal/cli/assets/assets_screenshots.go(+45 -7)📝
internal/cli/assets/assets_screenshots_test.go(+96 -0)📝
internal/cli/cmdtest/assets_screenshots_sizes_test.go(+42 -10)📝
internal/cli/screenshots/screenshots.go(+9 -3)📝
internal/validation/screenshot_test.go(+19 -0)📝
internal/validation/screenshots.go(+4 -1)📄 Description
Summary
asc screenshots sizesto the focused iOS submission slots (APP_IPHONE_65andAPP_IPAD_PRO_3GEN_129) and add--allfor the full matrix.1284x2778as a validAPP_IPHONE_65size and align both validation paths and tests with the consolidated App Store Connect slot behavior.Test plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testgo test ./internal/cli/assets ./internal/cli/cmdtest ./internal/cli/screenshotsgo run . screenshots sizes --output tablego run . screenshots sizes --all --output table🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.