Skip to content

Update baseline swiftinterface files for billing-plans-dev#6878

Merged
fire-at-will merged 1 commit into
billing-plans-devfrom
generated_swiftinterface/billing-plans-dev-596571
Jun 2, 2026
Merged

Update baseline swiftinterface files for billing-plans-dev#6878
fire-at-will merged 1 commit into
billing-plans-devfrom
generated_swiftinterface/billing-plans-dev-596571

Conversation

@RCGitBot

@RCGitBot RCGitBot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Requested by @fire-at-will for billing-plans-dev


Note

Low Risk
Generated API snapshot only; behavior change risk depends on the underlying SDK implementation on billing-plans-dev, not on these interface files alone.

Overview
Regenerates RevenueCat public swiftinterface baselines (all Apple platforms) to match the billing-plans-dev SDK build.

InstallmentsInfo — every billing-plan field (commitmentInstallmentsCount, installment prices/periods, billingPlanType, etc.) is now exposed as @objc computed properties with getters instead of let stored properties. Callers still read the same values; the ABI surface changes from immutable fields to accessor-based properties (typical when backing storage or Obj-C interop changed).

BillingPlanType — the public module now declares isEqual(_:) and hash, aligning installment billing plan types with value-style equality in Obj-C/Swift interop.

No new types or initializers appear in the diff beyond these signature updates.

Reviewed by Cursor Bugbot for commit 340f26a. Bugbot is set up for automated code reviews on this repo. Configure here.

@RCGitBot RCGitBot requested a review from a team as a code owner June 1, 2026 21:45
@fire-at-will fire-at-will merged commit baf6920 into billing-plans-dev Jun 2, 2026
5 checks passed
@fire-at-will fire-at-will deleted the generated_swiftinterface/billing-plans-dev-596571 branch June 2, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants