diff --git a/ViafouraCore.podspec b/ViafouraCore.podspec
index 59ae8a54..fa8a4dc0 100644
--- a/ViafouraCore.podspec
+++ b/ViafouraCore.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'ViafouraCore'
- s.version = '1.1.17'
+ s.version = '1.1.18'
s.swift_versions = ['5.0']
s.summary = 'Viafoura SDK'
s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.'
diff --git a/ViafouraSDK.xcframework/Info.plist b/ViafouraSDK.xcframework/Info.plist
index 6d073a5d..e8064ae9 100644
--- a/ViafouraSDK.xcframework/Info.plist
+++ b/ViafouraSDK.xcframework/Info.plist
@@ -8,32 +8,32 @@
BinaryPath
ViafouraSDK.framework/ViafouraSDK
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
ViafouraSDK.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
BinaryPath
ViafouraSDK.framework/ViafouraSDK
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
ViafouraSDK.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car
index 33206fd4..8912c757 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Assets.car differ
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h
index fbafea3e..fd7ec067 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h
@@ -283,7 +283,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@import CoreData;
@import CoreFoundation;
@import Foundation;
-@import ObjectiveC;
@import UIKit;
#endif
@@ -432,6 +431,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController")
+
@class UICollectionView;
@class NSIndexPath;
@class UICollectionViewCell;
@@ -441,7 +441,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController")
- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@end
-
@class UICollectionViewLayout;
@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -663,7 +662,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController")
@end
-
@class UITextField;
@interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -672,6 +670,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController")
+
SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView")
@interface VFPoweredByViafouraView : UIView
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
@@ -722,6 +721,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
+
@class UIScrollView;
@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -729,7 +729,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
@end
-
@class UIImagePickerController;
@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -852,31 +851,24 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController")
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
-- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context;
+- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
@end
-
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
-- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
+- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context;
@end
+
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
-- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
-@end
-
-
-SWIFT_CLASS("_TtC11ViafouraSDK11ViafouraSDK")
-@interface ViafouraSDK : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist
index 598514a4..b3ac4556 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Info.plist differ
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json
index a9e8ad96..a2e76473 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json
@@ -21525,50 +21525,6 @@
"isFromExtension": true,
"funcSelfKind": "NonMutating"
},
- {
- "kind": "Function",
- "name": "tableView",
- "printedName": "tableView(_:willDisplay:forRowAt:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "UITableView",
- "printedName": "UIKit.UITableView",
- "usr": "c:objc(cs)UITableView"
- },
- {
- "kind": "TypeNominal",
- "name": "UITableViewCell",
- "printedName": "UIKit.UITableViewCell",
- "usr": "c:objc(cs)UITableViewCell"
- },
- {
- "kind": "TypeNominal",
- "name": "IndexPath",
- "printedName": "Foundation.IndexPath",
- "usr": "s:10Foundation9IndexPathV"
- }
- ],
- "declKind": "Func",
- "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:willDisplayCell:forRowAtIndexPath:",
- "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_11willDisplay8forRowAtySo07UITableE0C_So0mE4CellC10Foundation9IndexPathVtF",
- "moduleName": "ViafouraSDK",
- "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:",
- "declAttributes": [
- "Dynamic",
- "ObjC",
- "Preconcurrency",
- "Custom",
- "AccessControl"
- ],
- "isFromExtension": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Function",
"name": "generateAd",
@@ -35005,47 +34961,16 @@
"AccessControl"
],
"funcSelfKind": "NonMutating"
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ViafouraSDK",
- "printedName": "ViafouraSDK.ViafouraSDK",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK"
- }
- ],
- "declKind": "Constructor",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK(im)init",
- "mangledName": "$s11ViafouraSDKAACABycfc",
- "moduleName": "ViafouraSDK",
- "overriding": true,
- "implicit": true,
- "objc_name": "init",
- "declAttributes": [
- "Dynamic",
- "ObjC",
- "Override"
- ],
- "init_kind": "Designated"
}
],
"declKind": "Class",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK",
+ "usr": "s:11ViafouraSDKAAC",
"mangledName": "$s11ViafouraSDKAAC",
"moduleName": "ViafouraSDK",
"declAttributes": [
- "AccessControl",
- "ObjC"
- ],
- "superclassUsr": "c:objc(cs)NSObject",
- "inheritsConvenienceInitializers": true,
- "superclassNames": [
- "ObjectiveC.NSObject"
+ "AccessControl"
],
+ "hasMissingDesignatedInitializers": true,
"conformances": [
{
"kind": "Conformance",
@@ -35060,55 +34985,6 @@
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
- },
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
- },
- {
- "kind": "Conformance",
- "name": "_KeyValueCodingAndObservingPublishing",
- "printedName": "_KeyValueCodingAndObservingPublishing",
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
- },
- {
- "kind": "Conformance",
- "name": "_KeyValueCodingAndObserving",
- "printedName": "_KeyValueCodingAndObserving",
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
- },
- {
- "kind": "Conformance",
- "name": "CustomStringConvertible",
- "printedName": "CustomStringConvertible",
- "usr": "s:s23CustomStringConvertibleP",
- "mangledName": "$ss23CustomStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -72352,24 +72228,17 @@
"length": 10,
"value": "\"Trending\""
},
- {
- "filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
- "kind": "FloatLiteral",
- "offset": 964,
- "length": 4,
- "value": "80.0"
- },
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
"kind": "StringLiteral",
- "offset": 1113,
+ "offset": 1079,
"length": 18,
"value": "\"fullTrendingCell\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
"kind": "StringLiteral",
- "offset": 1160,
+ "offset": 1126,
"length": 8,
"value": "\"adCell\""
},
@@ -76618,7 +76487,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift",
"kind": "BooleanLiteral",
- "offset": 1565,
+ "offset": 1549,
"length": 5,
"value": "false"
},
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
index fa15a679..977389b9 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -683,7 +683,6 @@ extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension VFVerticalTrendingViewController : VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any VFAuthenticationService
public static func comments() -> any VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e
index 875b9a97..cc5bb2d0 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e
@@ -683,7 +683,6 @@ extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSo
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any ViafouraSDK.VFAuthenticationService
public static func comments() -> any ViafouraSDK.VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension ViafouraSDK.VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface
index fa15a679..977389b9 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface
@@ -683,7 +683,6 @@ extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension VFVerticalTrendingViewController : VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any VFAuthenticationService
public static func comments() -> any VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e
index 875b9a97..cc5bb2d0 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e
@@ -683,7 +683,6 @@ extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSo
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any ViafouraSDK.VFAuthenticationService
public static func comments() -> any ViafouraSDK.VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension ViafouraSDK.VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib
index c5472e00..b7342527 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib
index 49b8456c..91a79ef5 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib differ
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK
index c542c600..771c516a 100755
Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h
index 43dd6458..f28d4b7d 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Headers/ViafouraSDK-Swift.h
@@ -283,7 +283,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@import CoreData;
@import CoreFoundation;
@import Foundation;
-@import ObjectiveC;
@import UIKit;
#endif
@@ -432,6 +431,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController")
+
@class UICollectionView;
@class NSIndexPath;
@class UICollectionViewCell;
@@ -441,7 +441,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController")
- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@end
-
@class UICollectionViewLayout;
@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -663,7 +662,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController")
@end
-
@class UITextField;
@interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -672,6 +670,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController")
+
SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView")
@interface VFPoweredByViafouraView : UIView
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
@@ -722,6 +721,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
+
@class UIScrollView;
@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -729,7 +729,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
@end
-
@class UIImagePickerController;
@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -852,31 +851,24 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController")
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
-- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context;
+- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
@end
-
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
-- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
+- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context;
@end
+
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
-- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
-@end
-
-
-SWIFT_CLASS("_TtC11ViafouraSDK11ViafouraSDK")
-@interface ViafouraSDK : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
@@ -1181,7 +1173,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@import CoreData;
@import CoreFoundation;
@import Foundation;
-@import ObjectiveC;
@import UIKit;
#endif
@@ -1330,6 +1321,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController")
+
@class UICollectionView;
@class NSIndexPath;
@class UICollectionViewCell;
@@ -1339,7 +1331,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFCarouselTrendingViewController")
- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@end
-
@class UICollectionViewLayout;
@interface VFCarouselTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -1561,7 +1552,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController")
@end
-
@class UITextField;
@interface VFPollViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -1570,6 +1560,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK20VFPollViewController")
+
SWIFT_CLASS("_TtC11ViafouraSDK23VFPoweredByViafouraView")
@interface VFPoweredByViafouraView : UIView
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
@@ -1620,6 +1611,7 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
+
@class UIScrollView;
@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -1627,7 +1619,6 @@ SWIFT_CLASS("_TtC11ViafouraSDK23VFProfileViewController")
@end
-
@class UIImagePickerController;
@interface VFProfileViewController (SWIFT_EXTENSION(ViafouraSDK))
@@ -1750,31 +1741,24 @@ SWIFT_CLASS("_TtC11ViafouraSDK32VFVerticalTrendingViewController")
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
-- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context;
+- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
@end
-
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
-- (void)didMoveToParentViewController:(UIViewController * _Nullable)parent;
+- (void)observeValueForKeyPath:(NSString * _Nullable)keyPath ofObject:(id _Nullable)object change:(NSDictionary * _Nullable)change context:(void * _Nullable)context;
@end
+
@interface VFVerticalTrendingViewController (SWIFT_EXTENSION(ViafouraSDK))
- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
-- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
-@end
-
-
-SWIFT_CLASS("_TtC11ViafouraSDK11ViafouraSDK")
-@interface ViafouraSDK : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist
index 38342def..28d1b3ee 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Info.plist differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
index 3e0ef778..6121e201 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -21525,50 +21525,6 @@
"isFromExtension": true,
"funcSelfKind": "NonMutating"
},
- {
- "kind": "Function",
- "name": "tableView",
- "printedName": "tableView(_:willDisplay:forRowAt:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "UITableView",
- "printedName": "UIKit.UITableView",
- "usr": "c:objc(cs)UITableView"
- },
- {
- "kind": "TypeNominal",
- "name": "UITableViewCell",
- "printedName": "UIKit.UITableViewCell",
- "usr": "c:objc(cs)UITableViewCell"
- },
- {
- "kind": "TypeNominal",
- "name": "IndexPath",
- "printedName": "Foundation.IndexPath",
- "usr": "s:10Foundation9IndexPathV"
- }
- ],
- "declKind": "Func",
- "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:willDisplayCell:forRowAtIndexPath:",
- "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_11willDisplay8forRowAtySo07UITableE0C_So0mE4CellC10Foundation9IndexPathVtF",
- "moduleName": "ViafouraSDK",
- "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:",
- "declAttributes": [
- "Dynamic",
- "ObjC",
- "Preconcurrency",
- "Custom",
- "AccessControl"
- ],
- "isFromExtension": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Function",
"name": "generateAd",
@@ -35005,47 +34961,16 @@
"AccessControl"
],
"funcSelfKind": "NonMutating"
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ViafouraSDK",
- "printedName": "ViafouraSDK.ViafouraSDK",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK"
- }
- ],
- "declKind": "Constructor",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK(im)init",
- "mangledName": "$s11ViafouraSDKAACABycfc",
- "moduleName": "ViafouraSDK",
- "overriding": true,
- "implicit": true,
- "objc_name": "init",
- "declAttributes": [
- "Dynamic",
- "ObjC",
- "Override"
- ],
- "init_kind": "Designated"
}
],
"declKind": "Class",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK",
+ "usr": "s:11ViafouraSDKAAC",
"mangledName": "$s11ViafouraSDKAAC",
"moduleName": "ViafouraSDK",
"declAttributes": [
- "AccessControl",
- "ObjC"
- ],
- "superclassUsr": "c:objc(cs)NSObject",
- "inheritsConvenienceInitializers": true,
- "superclassNames": [
- "ObjectiveC.NSObject"
+ "AccessControl"
],
+ "hasMissingDesignatedInitializers": true,
"conformances": [
{
"kind": "Conformance",
@@ -35060,55 +34985,6 @@
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
- },
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
- },
- {
- "kind": "Conformance",
- "name": "_KeyValueCodingAndObservingPublishing",
- "printedName": "_KeyValueCodingAndObservingPublishing",
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
- },
- {
- "kind": "Conformance",
- "name": "_KeyValueCodingAndObserving",
- "printedName": "_KeyValueCodingAndObserving",
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
- },
- {
- "kind": "Conformance",
- "name": "CustomStringConvertible",
- "printedName": "CustomStringConvertible",
- "usr": "s:s23CustomStringConvertibleP",
- "mangledName": "$ss23CustomStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -72352,24 +72228,17 @@
"length": 10,
"value": "\"Trending\""
},
- {
- "filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
- "kind": "FloatLiteral",
- "offset": 964,
- "length": 4,
- "value": "80.0"
- },
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
"kind": "StringLiteral",
- "offset": 1113,
+ "offset": 1079,
"length": 18,
"value": "\"fullTrendingCell\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
"kind": "StringLiteral",
- "offset": 1160,
+ "offset": 1126,
"length": 8,
"value": "\"adCell\""
},
@@ -76618,7 +76487,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift",
"kind": "BooleanLiteral",
- "offset": 1565,
+ "offset": 1549,
"length": 5,
"value": "false"
},
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index 41faf8af..f832e410 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -683,7 +683,6 @@ extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension VFVerticalTrendingViewController : VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any VFAuthenticationService
public static func comments() -> any VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e
index 54cf91fc..a9aae568 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e
@@ -683,7 +683,6 @@ extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSo
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any ViafouraSDK.VFAuthenticationService
public static func comments() -> any ViafouraSDK.VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension ViafouraSDK.VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 41faf8af..f832e410 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -683,7 +683,6 @@ extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension VFVerticalTrendingViewController : VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any VFAuthenticationService
public static func comments() -> any VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
index 54cf91fc..a9aae568 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
@@ -683,7 +683,6 @@ extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSo
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any ViafouraSDK.VFAuthenticationService
public static func comments() -> any ViafouraSDK.VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension ViafouraSDK.VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
index 3e0ef778..6121e201 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -21525,50 +21525,6 @@
"isFromExtension": true,
"funcSelfKind": "NonMutating"
},
- {
- "kind": "Function",
- "name": "tableView",
- "printedName": "tableView(_:willDisplay:forRowAt:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "UITableView",
- "printedName": "UIKit.UITableView",
- "usr": "c:objc(cs)UITableView"
- },
- {
- "kind": "TypeNominal",
- "name": "UITableViewCell",
- "printedName": "UIKit.UITableViewCell",
- "usr": "c:objc(cs)UITableViewCell"
- },
- {
- "kind": "TypeNominal",
- "name": "IndexPath",
- "printedName": "Foundation.IndexPath",
- "usr": "s:10Foundation9IndexPathV"
- }
- ],
- "declKind": "Func",
- "usr": "c:@CM@ViafouraSDK@objc(cs)VFVerticalTrendingViewController(im)tableView:willDisplayCell:forRowAtIndexPath:",
- "mangledName": "$s11ViafouraSDK32VFVerticalTrendingViewControllerC05tableE0_11willDisplay8forRowAtySo07UITableE0C_So0mE4CellC10Foundation9IndexPathVtF",
- "moduleName": "ViafouraSDK",
- "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:",
- "declAttributes": [
- "Dynamic",
- "ObjC",
- "Preconcurrency",
- "Custom",
- "AccessControl"
- ],
- "isFromExtension": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Function",
"name": "generateAd",
@@ -35005,47 +34961,16 @@
"AccessControl"
],
"funcSelfKind": "NonMutating"
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ViafouraSDK",
- "printedName": "ViafouraSDK.ViafouraSDK",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK"
- }
- ],
- "declKind": "Constructor",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK(im)init",
- "mangledName": "$s11ViafouraSDKAACABycfc",
- "moduleName": "ViafouraSDK",
- "overriding": true,
- "implicit": true,
- "objc_name": "init",
- "declAttributes": [
- "Dynamic",
- "ObjC",
- "Override"
- ],
- "init_kind": "Designated"
}
],
"declKind": "Class",
- "usr": "c:@M@ViafouraSDK@objc(cs)ViafouraSDK",
+ "usr": "s:11ViafouraSDKAAC",
"mangledName": "$s11ViafouraSDKAAC",
"moduleName": "ViafouraSDK",
"declAttributes": [
- "AccessControl",
- "ObjC"
- ],
- "superclassUsr": "c:objc(cs)NSObject",
- "inheritsConvenienceInitializers": true,
- "superclassNames": [
- "ObjectiveC.NSObject"
+ "AccessControl"
],
+ "hasMissingDesignatedInitializers": true,
"conformances": [
{
"kind": "Conformance",
@@ -35060,55 +34985,6 @@
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
- },
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
- },
- {
- "kind": "Conformance",
- "name": "_KeyValueCodingAndObservingPublishing",
- "printedName": "_KeyValueCodingAndObservingPublishing",
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
- },
- {
- "kind": "Conformance",
- "name": "_KeyValueCodingAndObserving",
- "printedName": "_KeyValueCodingAndObserving",
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
- },
- {
- "kind": "Conformance",
- "name": "CustomStringConvertible",
- "printedName": "CustomStringConvertible",
- "usr": "s:s23CustomStringConvertibleP",
- "mangledName": "$ss23CustomStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -72352,24 +72228,17 @@
"length": 10,
"value": "\"Trending\""
},
- {
- "filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
- "kind": "FloatLiteral",
- "offset": 964,
- "length": 4,
- "value": "80.0"
- },
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
"kind": "StringLiteral",
- "offset": 1113,
+ "offset": 1079,
"length": 18,
"value": "\"fullTrendingCell\""
},
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViewControllers\/TrendingConversations\/VFVerticalTrendingViewController.swift",
"kind": "StringLiteral",
- "offset": 1160,
+ "offset": 1126,
"length": 8,
"value": "\"adCell\""
},
@@ -76618,7 +76487,7 @@
{
"filePath": "\/Users\/runner\/work\/sdk-ios-core\/sdk-ios-core\/Viafoura SDK\/ViafouraSDK\/ViafouraSDK.swift",
"kind": "BooleanLiteral",
- "offset": 1565,
+ "offset": 1549,
"length": 5,
"value": "false"
},
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index cc21cb04..d130616c 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -683,7 +683,6 @@ extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension VFVerticalTrendingViewController : VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any VFAuthenticationService
public static func comments() -> any VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e
index c37c6a8b..49209fa9 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e
@@ -683,7 +683,6 @@ extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSo
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any ViafouraSDK.VFAuthenticationService
public static func comments() -> any ViafouraSDK.VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension ViafouraSDK.VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index cc21cb04..d130616c 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -683,7 +683,6 @@ extension VFVerticalTrendingViewController : UIKit.UITableViewDataSource, UIKit.
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension VFVerticalTrendingViewController : VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any VFAuthenticationService
public static func comments() -> any VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e
index c37c6a8b..49209fa9 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e
@@ -683,7 +683,6 @@ extension ViafouraSDK.VFVerticalTrendingViewController : UIKit.UITableViewDataSo
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
- @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
}
extension ViafouraSDK.VFVerticalTrendingViewController : ViafouraSDK.VFLocalAdDelegate {
@_Concurrency.MainActor @preconcurrency public func generateAd(adPosition: Swift.Int) -> ViafouraSDK.VFAdView?
@@ -1195,13 +1194,12 @@ public struct VFArticleMetadata {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class VFAdView : UIKit.UIView {
@objc deinit
}
-@_inheritsConvenienceInitializers @objc public class ViafouraSDK : ObjectiveC.NSObject {
+@_hasMissingDesignatedInitializers public class ViafouraSDK {
public static func initialize(siteUUID: Swift.String, siteDomain: Swift.String)
public static func setLoggingEnabled(_ isLoggingEnabled: Swift.Bool)
public static func isLoggingEnabled() -> Swift.Bool
public static func auth() -> any ViafouraSDK.VFAuthenticationService
public static func comments() -> any ViafouraSDK.VFLiveCommentsService
- @objc override dynamic public init()
@objc deinit
}
extension ViafouraSDK.VFLiveCommentsServiceImplementation {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib
index c5472e00..b7342527 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib
index 49b8456c..91a79ef5 100644
Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK
index 14dff604..babddd9b 100755
Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources
index 3e4fed0c..95c983c9 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources
@@ -82,11 +82,11 @@
Headers/ViafouraSDK-Swift.h
- 8KoZdaxQByTg5d8kMRz7EL8CzGc=
+ XU46NP+qxqhAfcXUCJ02VOJAYl8=
Info.plist
- CtEOkqhwa1efZrF2Q6MVVR7v3uw=
+ JiJGkQ5zlJXyCRAYqNyQkW4mz18=
Inter-Bold.ttf
@@ -130,11 +130,11 @@
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
- lKg7hQtaWrDy0BDO8fFAlTaAEqo=
+ ZzBaUpxFTbQ5kl3hG3/q5ImSAgU=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- BKViq/LMzTlXZKsSzbLphr1sO8M=
+ 0FuNO4xSXqBz8ehDQik7QJcfurE=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
@@ -142,19 +142,19 @@
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- BKViq/LMzTlXZKsSzbLphr1sO8M=
+ 0FuNO4xSXqBz8ehDQik7QJcfurE=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- iskWNhKQSTofLGeQlE6nENpp6y0=
+ ncbHZKDngOhFKJYDGlNfm+RhnIk=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
- lKg7hQtaWrDy0BDO8fFAlTaAEqo=
+ ZzBaUpxFTbQ5kl3hG3/q5ImSAgU=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- Ko+0LZykq1jO/o9ERjPc0s1cOiU=
+ spAwMl1llOnkM2b3QendKszVCzY=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -162,11 +162,11 @@
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- Ko+0LZykq1jO/o9ERjPc0s1cOiU=
+ spAwMl1llOnkM2b3QendKszVCzY=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- sbj3xl4dMINKKvWcc1+ggOH/G7w=
+ jiT86EwpPBgWPv+ziD5LnTe/540=
Modules/module.modulemap
@@ -246,7 +246,7 @@
Profile.storyboardc/Y6W-OH-hqX-view-5EZ-qb-Rvc.nib
- At6gv7Uzr18QvXpPIFjkhdcZnMQ=
+ C5SvEmVJnQiMH5NS959nwxJwDvM=
Recaptcha.storyboardc/Info.plist
@@ -362,7 +362,7 @@
Trending.storyboardc/Ywx-uL-Lzg-view-euu-5Z-Akz.nib
- gn78X/hZBHkbHXP/MD6hzhG8Csk=
+ o/e+xpzjg4lwLWl69ew6Q8SbsTM=
UserCommentsList.storyboardc/Info.plist
@@ -556,7 +556,7 @@
hash2
- tW8iqvB6t5TCbcAx9AkbMOpZ5AGrMIwD4aObe/Zy7+c=
+ S3U3KxtRJe/eN2AODjudBX0wRShk4Nrjw39KDPUNYoM=
Inter-Bold.ttf
@@ -633,14 +633,14 @@
hash2
- mXLNe0QausV9h5GqR8eVJ6E+QQBP8yzs//NG/pYYigE=
+ xFwjh+EwK2wb8PS57ElcKze4uJ7x760cx4N3dV/oT0g=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- FjaiFOjXV4JnAF8n2xVbNA29kWVwPK8AHt10AN8j7Ds=
+ S25dmnc3MYg1tl8yRV8RJWlUNGZz2k3o3Yxrupe+tCs=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
@@ -654,28 +654,28 @@
hash2
- FjaiFOjXV4JnAF8n2xVbNA29kWVwPK8AHt10AN8j7Ds=
+ S25dmnc3MYg1tl8yRV8RJWlUNGZz2k3o3Yxrupe+tCs=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- h9NyQ7ihTsdgQJ15tVytBSxgqeFH4kyWfmEEkZ7bT6U=
+ fJnC0gWBU6vGU5FRPurh1Sqh3oSr77kMJuKeh3KXJxw=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- mXLNe0QausV9h5GqR8eVJ6E+QQBP8yzs//NG/pYYigE=
+ xFwjh+EwK2wb8PS57ElcKze4uJ7x760cx4N3dV/oT0g=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- +PMW2O4LU8X/bd1M5h43xzgP0L2doW7JrdumxvHR+tc=
+ AJQC+PVuH9zksj42DAi3BZyvN+oJMHoN7REmJdoD/HY=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -689,14 +689,14 @@
hash2
- +PMW2O4LU8X/bd1M5h43xzgP0L2doW7JrdumxvHR+tc=
+ AJQC+PVuH9zksj42DAi3BZyvN+oJMHoN7REmJdoD/HY=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- tui+MgRocqd+FU+eOe8C/Jq2mIy2rr6D4l4Cvl1q88Y=
+ RABmNU0RqlXounKqYv69/VIfiKe2dZ1vhdLB2M5lQRA=
Modules/module.modulemap
@@ -836,7 +836,7 @@
hash2
- 2oWZEZYShOpntdPWBftdvcmQl2Sk5hOSffHH3l1ivDc=
+ E+M78FK+1K5BDCFog/5Ypa5xjph5FrSOBVD6mQ2gGlw=
Recaptcha.storyboardc/Info.plist
@@ -1039,7 +1039,7 @@
hash2
- 2OKStINgDYAhK0e04lu7ifyQZralPX/8eDX13n0ug8Y=
+ sGx8FZaT+m6FUEZVxjfC3B2UlOpI1mnbwA15Dj14UF0=
UserCommentsList.storyboardc/Info.plist