Skip to content

Commit

Permalink
Release new version: 5.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 20, 2023
1 parent 1aba5da commit 4cd7c20
Show file tree
Hide file tree
Showing 31 changed files with 120 additions and 134 deletions.
14 changes: 7 additions & 7 deletions Frameworks/TeadsSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>TeadsSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TeadsSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,16 @@ SWIFT_CLASS("_TtC8TeadsSDK22TeadsAdRequestSettings")
@interface TeadsAdRequestSettings : NSObject
/// The Teads inApp Validation tool is the best way to ensure all basic features and prerequisites are correctly implemented.
/// It is also useful during integration iterations.
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly.
/// warning:
/// Remember to remove this setting when you are going in production.
/// note:
/// Follow <a href="https://support.teads.tv/support/solutions/articles/36000314783-validation-tool">validate your integration documentation</a>
- (void)enableValidationMode;
/// Set the publisher http page url that matches the content where Teads Ad will be loaded.
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url.
/// It’s perfectly suitable for news app or retail app as most of the app content is also available on a website: it allows us to have a more detailed brand safety article by article.
/// For non-news apps, this setting is optional.
/// \param urlString The content related page URL.
///
- (void)pageUrl:(NSString * _Nonnull)rawUrlString;
Expand Down Expand Up @@ -1782,14 +1784,16 @@ SWIFT_CLASS("_TtC8TeadsSDK22TeadsAdRequestSettings")
@interface TeadsAdRequestSettings : NSObject
/// The Teads inApp Validation tool is the best way to ensure all basic features and prerequisites are correctly implemented.
/// It is also useful during integration iterations.
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly.
/// warning:
/// Remember to remove this setting when you are going in production.
/// note:
/// Follow <a href="https://support.teads.tv/support/solutions/articles/36000314783-validation-tool">validate your integration documentation</a>
- (void)enableValidationMode;
/// Set the publisher http page url that matches the content where Teads Ad will be loaded.
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url.
/// It’s perfectly suitable for news app or retail app as most of the app content is also available on a website: it allows us to have a more detailed brand safety article by article.
/// For non-news apps, this setting is optional.
/// \param urlString The content related page URL.
///
- (void)pageUrl:(NSString * _Nonnull)rawUrlString;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ internal protocol AnyEncodableProtocol {
public static let integrationSAS: Swift.String
public static let integrationTypeKey: Swift.String
public static let integrationVersionKey: Swift.String
final public var hasSubscribedToAdResizing: Swift.Bool {
get
}
final public var adRequestSettings: TeadsSDK.TeadsAdRequestSettings {
get
}
Expand Down Expand Up @@ -241,6 +244,7 @@ extension UIKit.UIButton {
@objc func adOpportunityTrackerView(trackerView: TeadsSDK.TeadsAdOpportunityTrackerView)
}
@_hasMissingDesignatedInitializers @objc public class TeadsAdPlacement : ObjectiveC.NSObject {
final public let pid: Swift.Int
@objc deinit
}
@_inheritsConvenienceInitializers @objc final public class TeadsAdPlacementSettings : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ internal protocol AnyEncodableProtocol {
public static let integrationSAS: Swift.String
public static let integrationTypeKey: Swift.String
public static let integrationVersionKey: Swift.String
final public var hasSubscribedToAdResizing: Swift.Bool {
get
}
final public var adRequestSettings: TeadsSDK.TeadsAdRequestSettings {
get
}
Expand Down Expand Up @@ -241,6 +244,7 @@ extension UIKit.UIButton {
@objc func adOpportunityTrackerView(trackerView: TeadsSDK.TeadsAdOpportunityTrackerView)
}
@_hasMissingDesignatedInitializers @objc public class TeadsAdPlacement : ObjectiveC.NSObject {
final public let pid: Swift.Int
@objc deinit
}
@_inheritsConvenienceInitializers @objc final public class TeadsAdPlacementSettings : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,16 @@ SWIFT_CLASS("_TtC8TeadsSDK22TeadsAdRequestSettings")
@interface TeadsAdRequestSettings : NSObject
/// The Teads inApp Validation tool is the best way to ensure all basic features and prerequisites are correctly implemented.
/// It is also useful during integration iterations.
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly.
/// warning:
/// Remember to remove this setting when you are going in production.
/// note:
/// Follow <a href="https://support.teads.tv/support/solutions/articles/36000314783-validation-tool">validate your integration documentation</a>
- (void)enableValidationMode;
/// Set the publisher http page url that matches the content where Teads Ad will be loaded.
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url.
/// It’s perfectly suitable for news app or retail app as most of the app content is also available on a website: it allows us to have a more detailed brand safety article by article.
/// For non-news apps, this setting is optional.
/// \param urlString The content related page URL.
///
- (void)pageUrl:(NSString * _Nonnull)rawUrlString;
Expand Down Expand Up @@ -1782,14 +1784,16 @@ SWIFT_CLASS("_TtC8TeadsSDK22TeadsAdRequestSettings")
@interface TeadsAdRequestSettings : NSObject
/// The Teads inApp Validation tool is the best way to ensure all basic features and prerequisites are correctly implemented.
/// It is also useful during integration iterations.
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly.
/// warning:
/// Remember to remove this setting when you are going in production.
/// note:
/// Follow <a href="https://support.teads.tv/support/solutions/articles/36000314783-validation-tool">validate your integration documentation</a>
- (void)enableValidationMode;
/// Set the publisher http page url that matches the content where Teads Ad will be loaded.
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url.
/// It’s perfectly suitable for news app or retail app as most of the app content is also available on a website: it allows us to have a more detailed brand safety article by article.
/// For non-news apps, this setting is optional.
/// \param urlString The content related page URL.
///
- (void)pageUrl:(NSString * _Nonnull)rawUrlString;
Expand Down Expand Up @@ -2927,14 +2931,16 @@ SWIFT_CLASS("_TtC8TeadsSDK22TeadsAdRequestSettings")
@interface TeadsAdRequestSettings : NSObject
/// The Teads inApp Validation tool is the best way to ensure all basic features and prerequisites are correctly implemented.
/// It is also useful during integration iterations.
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly
/// Each time you upgrade TeadsSDK versions, you should perfom a validation pass to ensure integration is set correctly.
/// warning:
/// Remember to remove this setting when you are going in production.
/// note:
/// Follow <a href="https://support.teads.tv/support/solutions/articles/36000314783-validation-tool">validate your integration documentation</a>
- (void)enableValidationMode;
/// Set the publisher http page url that matches the content where Teads Ad will be loaded.
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url
/// Setting this value can significally improve fill-rate since contextual data can be inferred from the content behing url.
/// It’s perfectly suitable for news app or retail app as most of the app content is also available on a website: it allows us to have a more detailed brand safety article by article.
/// For non-news apps, this setting is optional.
/// \param urlString The content related page URL.
///
- (void)pageUrl:(NSString * _Nonnull)rawUrlString;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ internal protocol AnyEncodableProtocol {
public static let integrationSAS: Swift.String
public static let integrationTypeKey: Swift.String
public static let integrationVersionKey: Swift.String
final public var hasSubscribedToAdResizing: Swift.Bool {
get
}
final public var adRequestSettings: TeadsSDK.TeadsAdRequestSettings {
get
}
Expand Down Expand Up @@ -241,6 +244,7 @@ extension UIKit.UIButton {
@objc func adOpportunityTrackerView(trackerView: TeadsSDK.TeadsAdOpportunityTrackerView)
}
@_hasMissingDesignatedInitializers @objc public class TeadsAdPlacement : ObjectiveC.NSObject {
final public let pid: Swift.Int
@objc deinit
}
@_inheritsConvenienceInitializers @objc final public class TeadsAdPlacementSettings : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ internal protocol AnyEncodableProtocol {
public static let integrationSAS: Swift.String
public static let integrationTypeKey: Swift.String
public static let integrationVersionKey: Swift.String
final public var hasSubscribedToAdResizing: Swift.Bool {
get
}
final public var adRequestSettings: TeadsSDK.TeadsAdRequestSettings {
get
}
Expand Down Expand Up @@ -241,6 +244,7 @@ extension UIKit.UIButton {
@objc func adOpportunityTrackerView(trackerView: TeadsSDK.TeadsAdOpportunityTrackerView)
}
@_hasMissingDesignatedInitializers @objc public class TeadsAdPlacement : ObjectiveC.NSObject {
final public let pid: Swift.Int
@objc deinit
}
@_inheritsConvenienceInitializers @objc final public class TeadsAdPlacementSettings : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ internal protocol AnyEncodableProtocol {
public static let integrationSAS: Swift.String
public static let integrationTypeKey: Swift.String
public static let integrationVersionKey: Swift.String
final public var hasSubscribedToAdResizing: Swift.Bool {
get
}
final public var adRequestSettings: TeadsSDK.TeadsAdRequestSettings {
get
}
Expand Down Expand Up @@ -241,6 +244,7 @@ extension UIKit.UIButton {
@objc func adOpportunityTrackerView(trackerView: TeadsSDK.TeadsAdOpportunityTrackerView)
}
@_hasMissingDesignatedInitializers @objc public class TeadsAdPlacement : ObjectiveC.NSObject {
final public let pid: Swift.Int
@objc deinit
}
@_inheritsConvenienceInitializers @objc final public class TeadsAdPlacementSettings : ObjectiveC.NSObject, Swift.Codable {
Expand Down
Binary file not shown.
Loading

0 comments on commit 4cd7c20

Please sign in to comment.