Add tvOS, watchOS, and visionOS support#5
Conversation
Declare tvOS, watchOS, and visionOS support and align the external consumer, documentation, app-hosted test project, and CI cross-build coverage.
There was a problem hiding this comment.
💡 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".
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Purpose
Expand StoreTransactionKit's supported-platform contract beyond iOS and macOS while keeping the public TransactionStore API and production implementation unchanged.
Changes
Testing
swift test --build-system swiftbuild --no-parallel— 78 tests passedswift build --build-system swiftbuild --configuration releasebuild-for-testingfor tvOS, watchOS, and visionOS simulatorsThe 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.