Update baseline swiftinterface files for billing-plans-dev#6878
Merged
fire-at-will merged 1 commit intoJun 2, 2026
Merged
Conversation
fire-at-will
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
swiftinterfacebaselines (all Apple platforms) to match thebilling-plans-devSDK build.InstallmentsInfo— every billing-plan field (commitmentInstallmentsCount, installment prices/periods,billingPlanType, etc.) is now exposed as@objccomputed properties with getters instead ofletstored 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 declaresisEqual(_:)andhash, 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.