Skip to content

Commit

Permalink
'update XCFrameworks for 7.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Jan 26, 2024
1 parent cde2dd4 commit 803fbe4
Show file tree
Hide file tree
Showing 72 changed files with 5,189 additions and 1,955 deletions.
Binary file modified XCFramework/ConsentViewController.xcframework.zip
Binary file not shown.
16 changes: 8 additions & 8 deletions XCFramework/ConsentViewController.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<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>
<dict>
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>tvos-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>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -53,7 +53,7 @@
<key>BinaryPath</key>
<string>ConsentViewController.framework/ConsentViewController</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ConsentViewController.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -62,7 +62,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -858,11 +858,9 @@ SWIFT_CLASS("_TtC21ConsentViewController13SPGDPRConsent")
@property (nonatomic, copy) NSString * _Nonnull euconsent;
/// That’s the internal Sourcepoint id we give to this consent profile
@property (nonatomic, copy) NSString * _Nullable uuid;
/// A list of ids of the categories accepted by the user in all its vendors.
/// If a category has been rejected in a single vendor, its id won’t part of the <code>acceptedCategories</code> list.
@property (nonatomic, readonly, copy) NSArray<NSString *> * _Nonnull acceptedCategories;
/// Determines if the GDPR legislation applies for this user
@property (nonatomic) BOOL applies;
@property (nonatomic, copy) NSArray<NSString *> * _Nonnull acceptedCategories;
@property (nonatomic, readonly, copy) NSString * _Nonnull description;
/// Convenience initialiser to return an empty consent object.
+ (SPGDPRConsent * _Nonnull)empty SWIFT_WARN_UNUSED_RESULT;
Expand Down
Binary file not shown.
Loading

0 comments on commit 803fbe4

Please sign in to comment.