From 625be7754ff305f1d74a684b30db91c52041d428 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:04:43 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Headers/Didomi-Swift.h | 178 ++++++++++++++++++++++++++++------------------------------- 1 files changed, 84 insertions(+), 94 deletions(-) diff --git a/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Headers/Didomi-Swift.h b/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Headers/Didomi-Swift.h index 64bdc04..1168a53 100644 --- a/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Headers/Didomi-Swift.h +++ b/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Headers/Didomi-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3) +// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) #ifndef DIDOMI_SWIFT_H #define DIDOMI_SWIFT_H #pragma clang diagnostic push @@ -1142,7 +1142,7 @@ enum Status : NSInteger; SWIFT_CLASS("_TtC6Didomi20LoadUserStatusResult") @interface LoadUserStatusResult : NSObject -@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nonnull userStatus; +@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nullable currentUserStatus; @property (nonatomic, readonly, copy) NSString * _Nonnull syncDate; @property (nonatomic, readonly, strong) id <UserAuth> _Nonnull userAuth; @property (nonatomic, readonly) enum Status status; @@ -1153,34 +1153,30 @@ @interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi)) @end -typedef SWIFT_ENUM(NSInteger, Status, open) { -/// Consent was loaded from cache - StatusCached = 0, -/// Consent was canceled - StatusCanceled = 1, -/// Invalid - See <code>error</code> for more details - StatusInvalid = 2, -/// New User - no consent - StatusNewUser = 3, -/// Consent was successfully synced - StatusSynced = 4, +/// Error status for <code>loadUserStatuses</code> API +typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) { +/// Multi-Storage disabled + ErrorStatusMultiStorageDisabled = 0, +/// Sync disabled + ErrorStatusSyncDisabled = 1, +/// Sync failed + ErrorStatusSyncFailed = 2, +/// DCS signature failed + ErrorStatusDcsSignatureFailed = 3, }; @interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi)) @end -/// Error status for <code>loadUserStatuses</code> API -typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) { -/// Max user count has been reached - ErrorStatusMaxUserCountReached = 0, -/// Multi-Storage disabled - ErrorStatusMultiStorageDisabled = 1, -/// Sync disabled - ErrorStatusSyncDisabled = 2, -/// Sync failed - ErrorStatusSyncFailed = 3, -/// DCS signature failed - ErrorStatusDcsSignatureFailed = 4, +typedef SWIFT_ENUM(NSInteger, Status, open) { +/// Consent was loaded from cache + StatusCached = 0, +/// Invalid - See <code>error</code> for more details + StatusInvalid = 1, +/// New User - no consent + StatusNewUser = 2, +/// Consent was successfully synced + StatusSynced = 3, }; @class NSCoder; @@ -1340,14 +1336,10 @@ @interface DDMUserStatus (SWIFT_EXTENSION(Didomi)) @end -@class DDMUserStatusIDs; -SWIFT_CLASS_NAMED("Vendors") -@interface DDMUserStatusVendors : NSObject -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull consent; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull legitimateInterest; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull global; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalConsent; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalLegitimateInterest; +SWIFT_CLASS_NAMED("IDs") +@interface DDMUserStatusIDs : NSObject +@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull enabled; +@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull disabled; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -1370,10 +1362,13 @@ @interface DDMUserStatus (SWIFT_EXTENSION(Didomi)) @end -SWIFT_CLASS_NAMED("IDs") -@interface DDMUserStatusIDs : NSObject -@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull enabled; -@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull disabled; +SWIFT_CLASS_NAMED("Vendors") +@interface DDMUserStatusVendors : NSObject +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull consent; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull legitimateInterest; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull global; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalConsent; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalLegitimateInterest; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -1442,10 +1437,12 @@ @interface DDMVendor (SWIFT_EXTENSION(Didomi)) @end -/// Store additional IDs (IAB, num) for the Vendor. -SWIFT_CLASS_NAMED("Namespaces") -@interface DDMVendorNamespaces : NSObject -@property (nonatomic, readonly, copy) NSString * _Nullable iab2; +/// Store localized URLs for privacy policy and LI claim. +SWIFT_CLASS_NAMED("URL") +@interface DDMVendorURL : NSObject +@property (nonatomic, readonly, copy) NSString * _Nullable langID; +@property (nonatomic, readonly, copy) NSString * _Nullable privacy; +@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -1454,12 +1451,10 @@ @interface DDMVendor (SWIFT_EXTENSION(Didomi)) @end -/// Store localized URLs for privacy policy and LI claim. -SWIFT_CLASS_NAMED("URL") -@interface DDMVendorURL : NSObject -@property (nonatomic, readonly, copy) NSString * _Nullable langID; -@property (nonatomic, readonly, copy) NSString * _Nullable privacy; -@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim; +/// Store additional IDs (IAB, num) for the Vendor. +SWIFT_CLASS_NAMED("Namespaces") +@interface DDMVendorNamespaces : NSObject +@property (nonatomic, readonly, copy) NSString * _Nullable iab2; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -1475,7 +1470,7 @@ #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3) +// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) #ifndef DIDOMI_SWIFT_H #define DIDOMI_SWIFT_H #pragma clang diagnostic push @@ -2617,7 +2612,7 @@ enum Status : NSInteger; SWIFT_CLASS("_TtC6Didomi20LoadUserStatusResult") @interface LoadUserStatusResult : NSObject -@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nonnull userStatus; +@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nullable currentUserStatus; @property (nonatomic, readonly, copy) NSString * _Nonnull syncDate; @property (nonatomic, readonly, strong) id <UserAuth> _Nonnull userAuth; @property (nonatomic, readonly) enum Status status; @@ -2628,34 +2623,30 @@ @interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi)) @end -typedef SWIFT_ENUM(NSInteger, Status, open) { -/// Consent was loaded from cache - StatusCached = 0, -/// Consent was canceled - StatusCanceled = 1, -/// Invalid - See <code>error</code> for more details - StatusInvalid = 2, -/// New User - no consent - StatusNewUser = 3, -/// Consent was successfully synced - StatusSynced = 4, +/// Error status for <code>loadUserStatuses</code> API +typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) { +/// Multi-Storage disabled + ErrorStatusMultiStorageDisabled = 0, +/// Sync disabled + ErrorStatusSyncDisabled = 1, +/// Sync failed + ErrorStatusSyncFailed = 2, +/// DCS signature failed + ErrorStatusDcsSignatureFailed = 3, }; @interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi)) @end -/// Error status for <code>loadUserStatuses</code> API -typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) { -/// Max user count has been reached - ErrorStatusMaxUserCountReached = 0, -/// Multi-Storage disabled - ErrorStatusMultiStorageDisabled = 1, -/// Sync disabled - ErrorStatusSyncDisabled = 2, -/// Sync failed - ErrorStatusSyncFailed = 3, -/// DCS signature failed - ErrorStatusDcsSignatureFailed = 4, +typedef SWIFT_ENUM(NSInteger, Status, open) { +/// Consent was loaded from cache + StatusCached = 0, +/// Invalid - See <code>error</code> for more details + StatusInvalid = 1, +/// New User - no consent + StatusNewUser = 2, +/// Consent was successfully synced + StatusSynced = 3, }; @class NSCoder; @@ -2815,14 +2806,10 @@ @interface DDMUserStatus (SWIFT_EXTENSION(Didomi)) @end -@class DDMUserStatusIDs; -SWIFT_CLASS_NAMED("Vendors") -@interface DDMUserStatusVendors : NSObject -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull consent; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull legitimateInterest; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull global; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalConsent; -@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalLegitimateInterest; +SWIFT_CLASS_NAMED("IDs") +@interface DDMUserStatusIDs : NSObject +@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull enabled; +@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull disabled; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -2845,10 +2832,13 @@ @interface DDMUserStatus (SWIFT_EXTENSION(Didomi)) @end -SWIFT_CLASS_NAMED("IDs") -@interface DDMUserStatusIDs : NSObject -@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull enabled; -@property (nonatomic, readonly, copy) NSSet<NSString *> * _Nonnull disabled; +SWIFT_CLASS_NAMED("Vendors") +@interface DDMUserStatusVendors : NSObject +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull consent; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull legitimateInterest; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull global; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalConsent; +@property (nonatomic, readonly, strong) DDMUserStatusIDs * _Nonnull globalLegitimateInterest; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -2917,10 +2907,12 @@ @interface DDMVendor (SWIFT_EXTENSION(Didomi)) @end -/// Store additional IDs (IAB, num) for the Vendor. -SWIFT_CLASS_NAMED("Namespaces") -@interface DDMVendorNamespaces : NSObject -@property (nonatomic, readonly, copy) NSString * _Nullable iab2; +/// Store localized URLs for privacy policy and LI claim. +SWIFT_CLASS_NAMED("URL") +@interface DDMVendorURL : NSObject +@property (nonatomic, readonly, copy) NSString * _Nullable langID; +@property (nonatomic, readonly, copy) NSString * _Nullable privacy; +@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -2929,12 +2921,10 @@ @interface DDMVendor (SWIFT_EXTENSION(Didomi)) @end -/// Store localized URLs for privacy policy and LI claim. -SWIFT_CLASS_NAMED("URL") -@interface DDMVendorURL : NSObject -@property (nonatomic, readonly, copy) NSString * _Nullable langID; -@property (nonatomic, readonly, copy) NSString * _Nullable privacy; -@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim; +/// Store additional IDs (IAB, num) for the Vendor. +SWIFT_CLASS_NAMED("Namespaces") +@interface DDMVendorNamespaces : NSObject +@property (nonatomic, readonly, copy) NSString * _Nullable iab2; - (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- Gitblit v1.8.0