Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name TaboolaLite -package-name taboolalite
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name TaboolaLite -package-name ios_lite_sdk
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
import AdSupport
import CoreLocation
Expand All @@ -23,6 +23,7 @@ public protocol OnTBLListener : AnyObject {
public protocol OnTBLNewsListener : AnyObject {
func onTaboolaNewsSetupComplete(statusCode: TaboolaLite.TBLStatusCode)
func onTaboolaNewsRefreshComplete(statusCode: TaboolaLite.TBLStatusCode)
func onTaboolaNewsClickComplete(statusCode: TaboolaLite.TBLStatusCode)
}
@_hasMissingDesignatedInitializers public class TBLSDK {
public static let shared: TaboolaLite.TBLSDK
Expand Down Expand Up @@ -60,7 +61,7 @@ public enum TBLStatusCode : Swift.Int {
}
public class TBLUserData : Swift.Equatable {
public var device: Swift.String?
public init(hashedEmail: Swift.String, gender: Swift.String, age: Swift.String, userInterestAndIntent: Swift.String)
public init(hashedEmail: Swift.String)
public static func == (lhs: TaboolaLite.TBLUserData, rhs: TaboolaLite.TBLUserData) -> Swift.Bool
@objc deinit
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name TaboolaLite -package-name taboolalite
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name TaboolaLite -package-name ios_lite_sdk
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
import AdSupport
import CoreLocation
Expand All @@ -23,6 +23,7 @@ public protocol OnTBLListener : AnyObject {
public protocol OnTBLNewsListener : AnyObject {
func onTaboolaNewsSetupComplete(statusCode: TaboolaLite.TBLStatusCode)
func onTaboolaNewsRefreshComplete(statusCode: TaboolaLite.TBLStatusCode)
func onTaboolaNewsClickComplete(statusCode: TaboolaLite.TBLStatusCode)
}
@_hasMissingDesignatedInitializers public class TBLSDK {
public static let shared: TaboolaLite.TBLSDK
Expand Down Expand Up @@ -60,7 +61,7 @@ public enum TBLStatusCode : Swift.Int {
}
public class TBLUserData : Swift.Equatable {
public var device: Swift.String?
public init(hashedEmail: Swift.String, gender: Swift.String, age: Swift.String, userInterestAndIntent: Swift.String)
public init(hashedEmail: Swift.String)
public static func == (lhs: TaboolaLite.TBLUserData, rhs: TaboolaLite.TBLUserData) -> Swift.Bool
@objc deinit
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name TaboolaLite -package-name taboolalite
// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name TaboolaLite -package-name ios_lite_sdk
// swift-module-flags-ignorable: -interface-compiler-version 6.1.2
import AdSupport
import CoreLocation
Expand All @@ -23,6 +23,7 @@ public protocol OnTBLListener : AnyObject {
public protocol OnTBLNewsListener : AnyObject {
func onTaboolaNewsSetupComplete(statusCode: TaboolaLite.TBLStatusCode)
func onTaboolaNewsRefreshComplete(statusCode: TaboolaLite.TBLStatusCode)
func onTaboolaNewsClickComplete(statusCode: TaboolaLite.TBLStatusCode)
}
@_hasMissingDesignatedInitializers public class TBLSDK {
public static let shared: TaboolaLite.TBLSDK
Expand Down Expand Up @@ -60,7 +61,7 @@ public enum TBLStatusCode : Swift.Int {
}
public class TBLUserData : Swift.Equatable {
public var device: Swift.String?
public init(hashedEmail: Swift.String, gender: Swift.String, age: Swift.String, userInterestAndIntent: Swift.String)
public init(hashedEmail: Swift.String)
public static func == (lhs: TaboolaLite.TBLUserData, rhs: TaboolaLite.TBLUserData) -> Swift.Bool
@objc deinit
}
Expand Down
Binary file not shown.
Binary file modified TaboolaLite.xcframework/ios-arm64/TaboolaLite.framework/TaboolaLite
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.taboolalite.TaboolaLite</string>
<string>com.apple.xcode.dsym.ios-lite-sdk.TaboolaLite</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading