From dbe6874bc5e761f9c5166466689eedaf8fd01f81 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Tue, 12 Sep 2023 15:45:16 -0700 Subject: [PATCH] Update RevenueCat-Swift.h for version 4.26.0-beta.4 --- .../xcshareddata/swiftpm/Package.resolved | 9 -- .../CommonFiles/RevenueCat-Swift.h | 114 +++++++++++------- 2 files changed, 68 insertions(+), 55 deletions(-) diff --git a/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1225be92ee..02b8bada01 100644 --- a/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -36,15 +36,6 @@ "version" : "9.1.0" } }, - { - "identity" : "purchases-ios", - "kind" : "remoteSourceControl", - "location" : "https://github.com/RevenueCat/purchases-ios", - "state" : { - "branch" : "main", - "revision" : "23821af79264a06b20c0fde42692d66f86c6004f" - } - }, { "identity" : "swift-snapshot-testing", "kind" : "remoteSourceControl", diff --git a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h index 66986610bd..df4db6206d 100644 --- a/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h +++ b/Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h @@ -1207,6 +1207,11 @@ SWIFT_CLASS("_TtC10RevenueCat37GetProductEntitlementMappingOperation") +SWIFT_CLASS("_TtC10RevenueCat15HealthOperation") +@interface HealthOperation : CacheableNetworkOperation +@end + + enum RCIntroEligibilityStatus : NSInteger; @@ -1218,15 +1223,18 @@ SWIFT_CLASS_NAMED("IntroEligibility") @property (nonatomic, readonly) enum RCIntroEligibilityStatus status; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, readonly) NSUInteger hash; @end + @interface RCIntroEligibility (SWIFT_EXTENSION(RevenueCat)) @property (nonatomic, readonly, copy) NSString * _Nonnull description; +@property (nonatomic, readonly, copy) NSString * _Nonnull debugDescription; @end - /// Enum of different possible states for intro price eligibility status. ///