Skip to content

Commit

Permalink
'update XCFrameworks for 7.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Feb 8, 2024
1 parent 4c95030 commit 9d91123
Show file tree
Hide file tree
Showing 71 changed files with 11,334 additions and 1,071 deletions.
Binary file modified XCFramework/ConsentViewController.xcframework.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,19 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No



SWIFT_CLASS("_TtC21ConsentViewController9SPGCMData")
@interface SPGCMData : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

/// Mimics Firebase’s Analytics ConsentStatus enums
typedef SWIFT_ENUM(NSInteger, Status, open) {
StatusGranted = 0,
StatusDenied = 1,
};


@class SPGDPRVendorGrant;

/// SPGDPRConsent encapsulates all consent data from a user.
Expand Down Expand Up @@ -860,6 +873,8 @@ SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent")
@property (nonatomic, copy) NSString * _Nullable uuid;
/// Determines if the GDPR legislation applies for this user
@property (nonatomic) BOOL applies;
/// Information required by Google’s Firebase Analytics SDK, GCM 2.0
@property (nonatomic, strong) SPGCMData * _Nullable googleConsentMode;
@property (nonatomic, copy) NSArray<NSString *> * _Nonnull acceptedCategories;
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
/// Convenience initialiser to return an empty consent object.
Expand Down
Binary file not shown.
Loading

0 comments on commit 9d91123

Please sign in to comment.