Skip to content

Commit

Permalink
Update RevenueCat-Swift.h for version 5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Feb 5, 2025
1 parent 78309a9 commit 8bfab6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -2730,6 +2730,11 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) RCPurchases
/// or one of is overloads.
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) BOOL isConfigured;)
+ (BOOL)isConfigured SWIFT_WARN_UNUSED_RESULT;
/// The delegate for <code>Purchases</code> responsible for handling updating your app’s state in response to updated
/// customer info or promotional product purchases.
/// warning:
/// The delegate is not retained by <code>Purchases</code>, so your app must retain a reference to the delegate
/// to prevent it from being unintentionally deallocated.
@property (nonatomic, strong) id <RCPurchasesDelegate> _Nullable delegate;
/// Used to set the log level. Useful for debugging issues with the lovely team @RevenueCat.
/// <h4>Related Symbols</h4>
Expand Down Expand Up @@ -3500,7 +3505,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, RCStore, "Store", open) {
RCUnknownStore SWIFT_COMPILE_NAME("unknownStore") = 5,
/// For entitlements granted via the Amazon Store.
RCAmazon SWIFT_COMPILE_NAME("amazon") = 6,
/// For entitlements granted via RC Billing
/// For entitlements granted via RevenueCat’s Web Billing
RCBilling SWIFT_COMPILE_NAME("rcBilling") = 7,
/// For entitlements granted via RevenueCat’s External Purchases API.
RCExternal SWIFT_COMPILE_NAME("external") = 8,
Expand Down

0 comments on commit 8bfab6b

Please sign in to comment.