Skip to content

Add tvOS, watchOS, and visionOS support#5

Merged
lynnswap merged 2 commits into
mainfrom
codex/add-storekit-platforms
Jul 17, 2026
Merged

Add tvOS, watchOS, and visionOS support#5
lynnswap merged 2 commits into
mainfrom
codex/add-storekit-platforms

Conversation

@lynnswap

@lynnswap lynnswap commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Purpose

Expand StoreTransactionKit's supported-platform contract beyond iOS and macOS while keeping the public TransactionStore API and production implementation unchanged.

Changes

  • declare Mac Catalyst 18.4, tvOS 18.4, watchOS 11.4, and visionOS 2.4 support in the package and external consumer fixture
  • document Mac Catalyst and the additional supported platforms in README and DocC
  • make the app-hosted StoreKit test project build for iOS, tvOS, watchOS, and visionOS
  • use the scene-confirming StoreKit purchase API for visionOS integration-test purchases
  • add Mac Catalyst package coverage and Xcode 26.5 cross-build CI jobs for tvOS, watchOS, and visionOS

Testing

  • swift test --build-system swiftbuild --no-parallel — 78 tests passed
  • swift build --build-system swiftbuild --configuration release
  • external consumer resolve and build
  • DocC archive build
  • Xcode 26.5 build-for-testing for tvOS, watchOS, and visionOS simulators
  • Swift format, workflow syntax, and GitHub Actions SHA-pinning checks
  • Initial Codex review completed with no findings

The existing iOS 26.2 app-hosted CI lane remains the runtime StoreKit test gate. The additional platforms are cross-build gates; the local StoreKit configuration injection failure on iOS 26.5 also reproduces on the base commit and is not introduced by this change.

Screenshots

Not applicable.

Declare tvOS, watchOS, and visionOS support and align the external consumer, documentation, app-hosted test project, and CI cross-build coverage.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ab558fa5d7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Package.swift

@lynnswap lynnswap left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. You're on a roll.

Reviewed commit: a79c903f84

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@lynnswap
lynnswap merged commit da3b217 into main Jul 17, 2026
5 checks passed
@lynnswap
lynnswap deleted the codex/add-storekit-platforms branch July 17, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant