Update baseline swiftinterface files for include-billing-plans-in-offerings-response#6785
Merged
Conversation
7f09393
into
include-billing-plans-in-offerings-response
5 checks passed
fire-at-will
added a commit
that referenced
this pull request
May 14, 2026
…ackages (#6784) * introduce CompoundProductIdentifierTests * build CompoundProductIdentifier from single string * only request SK product identifiers in ProductsManager.products() * hello world * old xcode compiler fix * introduce InstallmentInfos * lint * api testers * Update baseline swiftinterface files (#6768) * InstallmentsInfoFactory * unit tests * CEC API tester fix * include more availabilities * allow fetching of both base product + compound product at the same time * make hashable/equals contracts use same properties * add log for invalid product identifiers + tests * lint * lint * StoreProduct: revert productIdentifier to be the store product ID + introduce billingPlanIdentifier * add sk2_unrecognized_billing_plan_identifer log * update string value * add product fetching logs * add additional fields to InstallmentsInfo * add InstallmentsInfo.billingPlanType internally * fix compilation * linting * Update baseline swiftinterface files (#6773) * update purchase testers * BillingPlanType API * Update baseline swiftinterface files (#6779) * remove billingPlanIdentifier * Update baseline swiftinterface files (#6780) * include billing plans in offerings response * Update StoreProductTests.swift * lint * Update baseline swiftinterface files (#6785) * only run test on iOS 26.4+ * rename StoreProduct.compoundProductIdentifier to id and use it for equals * lint * fix hash * update TestStoreProduct * Update project.pbxproj * remove out of date test --------- 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 include-billing-plans-in-offerings-response
Note
Low Risk
Only updates generated
*.swiftinterfacebaseline files by exposingInstallmentsInfo.isEqual(_:)(behind compiler flags) and an explicithashoverride across platforms; no runtime logic changes in source code are included.Overview
Updates the generated
RevenueCat*.swiftinterfacebaselines for iOS/macOS/tvOS/watchOS/visionOS to include an@objcInstallmentsInfo.isEqual(_:)override (guarded by#if compiler(>=5.3) && $NonescapableTypes) and an explicithashoverride.This is a baseline/API-surface change only, aligning the public interface metadata across all platform variants.
Reviewed by Cursor Bugbot for commit 30f10c9. Bugbot is set up for automated code reviews on this repo. Configure here.