[PR #408] [MERGED] Game center enabled versions #504

Closed
opened 2026-02-26 22:31:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/408
Author: @rudrankriyam
Created: 2/2/2026
Status: Merged
Merged: 2/2/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/game-center-enabled-versions-5d15


📝 Commits (3)

  • 07192a4 Add cmdtests for enabled versions
  • fbdaa8c Add game center enabled versions commands
  • 7ef7066 test: add game center enabled versions cmdtests

📊 Changes

3 files changed (+646 additions, -0 deletions)

View changed files

internal/cli/cmdtest/game_center_enabled_versions_test.go (+413 -0)
📝 internal/cli/gamecenter/game_center.go (+3 -0)
internal/cli/gamecenter/game_center_enabled_versions.go (+230 -0)

📄 Description

Add game-center enabled-versions command group to list Game Center enabled versions and their compatible versions.


Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/408 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/game-center-enabled-versions-5d15` --- ### 📝 Commits (3) - [`07192a4`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/07192a4c3afb780d80637154856031b6293c0407) Add cmdtests for enabled versions - [`fbdaa8c`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/fbdaa8c6f4837e9ad2e6a79dcfb80abfdea588aa) Add game center enabled versions commands - [`7ef7066`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/7ef7066f10c9bbdd2359038769103eecb64af6f5) test: add game center enabled versions cmdtests ### 📊 Changes **3 files changed** (+646 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/cli/cmdtest/game_center_enabled_versions_test.go` (+413 -0) 📝 `internal/cli/gamecenter/game_center.go` (+3 -0) ➕ `internal/cli/gamecenter/game_center_enabled_versions.go` (+230 -0) </details> ### 📄 Description Add `game-center enabled-versions` command group to list Game Center enabled versions and their compatible versions. --- <a href="https://cursor.com/background-agent?bcId=bc-d6c90de1-6fdc-4390-9544-f3520df444a2"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-d6c90de1-6fdc-4390-9544-f3520df444a2"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#504
No description provided.