mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #680] [MERGED] wall: sort generated app entries alphabetically #710
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#710
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/680
Author: @rudrankriyam
Created: 2/20/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/wall-of-apps-alphabetical📝 Commits (5)
1cc04e3wall: sort generated app entries alphabetically974fe5cwall: render icon wall and enrich App Store artworka32de8dwall: polish icon wall tile layout9125fc7Fix wall entry icon retention, shared sorting, and icon link escaping4a862c6Merge pull request #684 from rudrankriyam/cursor/wallgen-entry-generation-1367📊 Changes
6 files changed (+731 additions, -83 deletions)
View changed files
📝
README.md(+105 -1)📝
docs/wall-of-apps.json(+95 -71)📝
internal/wallgen/wallgen.go(+145 -10)📝
internal/wallgen/wallgen_test.go(+85 -0)📝
tools/generate-app/main.go(+128 -1)📝
tools/generate-app/main_test.go(+173 -0)📄 Description
Summary
docs/wall-of-apps.jsonentries by app name (case-insensitive, link as tie-breaker) whenevermake generate app ...adds or updates an app.tools/generate-appthat verifies JSON ordering after generation.docs/wall-of-apps.jsonis already alphabetized for consumers pulling JSON directly.Test plan
make generate app APP=\"Timefall\" LINK=\"https://apps.apple.com/app/id6757712804\" CREATOR=\"vatrueshka\" PLATFORM=\"iOS,macOS\"make formatmake lintASC_BYPASS_KEYCHAIN=1 make testMade with Cursor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.