Update baseline swiftinterface files for billing-plan-type-value#6798
Merged
fire-at-will merged 1 commit intoMay 14, 2026
Conversation
fire-at-will
added a commit
that referenced
this pull request
May 27, 2026
* add BillingPlanType.value * rename to rawValue/remove from() * api tester * silly test fix * Update baseline swiftinterface files (#6797) * Update baseline swiftinterface files (#6798) * customer info updates for products with billing plans * lint * standardize calculations * Update FetchProductsView.swift * rename * lint * add more tests * Update ButtonComponentViewModelInteractionTests.swift * test with decoding two entitlements on product with upfront and monthly --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
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-plan-type-value
Note
Low Risk
Updates generated
.swiftinterfacebaseline files only, affecting Objective‑C API surface metadata forBillingPlanType.rawValuebut not runtime logic. Low risk aside from potential downstream ABI/interop expectations for consumers relying on the interfaces.Overview
Updates the generated public
.swiftinterfacebaselines across Apple platforms to exposeBillingPlanType.rawValueas an Objective‑C visible property by adding@objcto its declaration.No functional implementation changes are included; this is an API surface/baseline regeneration change for Swift/ObjC interop consistency.
Reviewed by Cursor Bugbot for commit 99a54fd. Bugbot is set up for automated code reviews on this repo. Configure here.