Skip to content

Commit

Permalink
'update XCFrameworks for 7.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Aug 1, 2024
1 parent 0d2baea commit 81ff107
Show file tree
Hide file tree
Showing 35 changed files with 3,391 additions and 313 deletions.

This file was deleted.

Binary file modified XCFramework/SPM/ConsentViewController.xcframework.zip
Binary file not shown.
16 changes: 8 additions & 8 deletions XCFramework/SPM/ConsentViewController.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -39,32 +39,32 @@
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>tvos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No
- (void)loadMessageForAuthId:(NSString * _Nullable)authId spPublisherData:(NSDictionary<NSString *, AnyEncodable *> * _Nullable)publisherData;
- (void)customConsentGDPRWithVendors:(NSArray<NSString *> * _Nonnull)vendors categories:(NSArray<NSString *> * _Nonnull)categories legIntCategories:(NSArray<NSString *> * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler;
- (void)deleteCustomConsentGDPRWithVendors:(NSArray<NSString *> * _Nonnull)vendors categories:(NSArray<NSString *> * _Nonnull)categories legIntCategories:(NSArray<NSString *> * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler;
- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType;
@end


Expand All @@ -840,6 +841,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No
- (void)loadUSNatPrivacyManagerWithId:(NSString * _Nonnull)id tab:(enum SPPrivacyManagerTab)tab useGroupPmIfAvailable:(BOOL)useGroupPmIfAvailable;
- (void)customConsentGDPRWithVendors:(NSArray<NSString *> * _Nonnull)vendors categories:(NSArray<NSString *> * _Nonnull)categories legIntCategories:(NSArray<NSString *> * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler;
- (void)deleteCustomConsentGDPRWithVendors:(NSArray<NSString *> * _Nonnull)vendors categories:(NSArray<NSString *> * _Nonnull)categories legIntCategories:(NSArray<NSString *> * _Nonnull)legIntCategories handler:(void (^ _Nonnull)(SPGDPRConsent * _Nonnull))handler;
- (void)rejectAllWithCampaignType:(enum SPCampaignType)campaignType;
@end


Expand Down Expand Up @@ -1148,7 +1150,7 @@ SWIFT_CLASS("_TtC21ConsentViewController14SPUSNatConsent")
/// Whether USNat applies according to user’s location (inferred from IP lookup) and your Vendor List applies scope setting
@property (nonatomic) BOOL applies;
/// The consent strings related to this user profile
@property (nonatomic, readonly, copy) NSArray<SPUSNatConsent_ConsentString *> * _Nonnull consentStrings;
@property (nonatomic, copy) NSArray<SPUSNatConsent_ConsentString *> * _Nonnull consentStrings;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down
Binary file not shown.
Loading

0 comments on commit 81ff107

Please sign in to comment.