Skip to content

Commit 893ded8

Browse files
author
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
committed
Release new version: 5.0.13
1 parent 6d17f2b commit 893ded8

31 files changed

+198
-135
lines changed

Frameworks/TeadsSDK.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_i386_x86_64-simulator</string>
9+
<string>ios-arm64_armv7</string>
1010
<key>LibraryPath</key>
1111
<string>TeadsSDK.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
16-
<string>x86_64</string>
15+
<string>armv7</string>
1716
</array>
1817
<key>SupportedPlatform</key>
1918
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>simulator</string>
2219
</dict>
2320
<dict>
2421
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_armv7</string>
22+
<string>ios-arm64_i386_x86_64-simulator</string>
2623
<key>LibraryPath</key>
2724
<string>TeadsSDK.framework</string>
2825
<key>SupportedArchitectures</key>
2926
<array>
3027
<string>arm64</string>
31-
<string>armv7</string>
28+
<string>i386</string>
29+
<string>x86_64</string>
3230
</array>
3331
<key>SupportedPlatform</key>
3432
<string>ios</string>
33+
<key>SupportedPlatformVariant</key>
34+
<string>simulator</string>
3535
</dict>
3636
</array>
3737
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.

Frameworks/TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/Headers/TeadsSDK-Swift.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ SWIFT_CLASS("_TtC8TeadsSDK7TeadsAd")
379379

380380

381381

382+
382383
@class NSCoder;
383384

384385
/// The Teads AdChoices view is responsible to render the optionView or AdChoices view.
@@ -480,7 +481,7 @@ SWIFT_CLASS("_TtC8TeadsSDK24TeadsAdPlacementSettings")
480481
- (void)enableLightEndScreen SWIFT_DEPRECATED_MSG("Won't be used in any newer SDK versions.");
481482
/// To improve performances and user experience, media such as videos or images are preloaded.
482483
/// This setting prevents TeadsSDK from automatically preloading media.
483-
- (void)disableMediaPreload;
484+
- (void)disableMediaPreload SWIFT_DEPRECATED_MSG("This is not used anymore and will be removed in a future version of the SDK");
484485
/// In order to follow the IAB specifications for GDPR, please fill the following parameters with attention.
485486
/// note:
486487
/// If you use a <a href="https://iabeurope.eu/tcf-for-cmps/">CMP</a>, you can skip this step: CMP will store those parameters into <code>UserDefaults</code>, TeadSDK will automatically retrieve these values. <a href="https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20CMP%20API%20v2.md">GDPR Transparency and Consent Framework </a> IAB documentation.
@@ -604,7 +605,7 @@ SWIFT_CLASS("_TtC8TeadsSDK20TeadsAdapterSettings")
604605
- (void)enableLightEndScreen SWIFT_DEPRECATED_MSG("Won't be used in any newer SDK versions.");
605606
/// To improve performances and user experience, media such as videos or images are preloaded.
606607
/// This setting prevents TeadsSDK from automatically preloading media.
607-
- (void)disableMediaPreload;
608+
- (void)disableMediaPreload SWIFT_DEPRECATED_MSG("This is not used anymore and will be removed in a future version of the SDK");
608609
/// In order to follow the IAB specifications for GDPR, please fill the following parameters with attention.
609610
/// note:
610611
/// If you use a <a href="https://iabeurope.eu/tcf-for-cmps/">CMP</a>, you can skip this step: CMP will store those parameters into <code>UserDefaults</code>, TeadSDK will automatically retrieve these values. <a href="https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20CMP%20API%20v2.md">GDPR Transparency and Consent Framework </a> IAB documentation.
@@ -1401,6 +1402,7 @@ SWIFT_CLASS("_TtC8TeadsSDK7TeadsAd")
14011402

14021403

14031404

1405+
14041406
@class NSCoder;
14051407

14061408
/// The Teads AdChoices view is responsible to render the optionView or AdChoices view.
@@ -1502,7 +1504,7 @@ SWIFT_CLASS("_TtC8TeadsSDK24TeadsAdPlacementSettings")
15021504
- (void)enableLightEndScreen SWIFT_DEPRECATED_MSG("Won't be used in any newer SDK versions.");
15031505
/// To improve performances and user experience, media such as videos or images are preloaded.
15041506
/// This setting prevents TeadsSDK from automatically preloading media.
1505-
- (void)disableMediaPreload;
1507+
- (void)disableMediaPreload SWIFT_DEPRECATED_MSG("This is not used anymore and will be removed in a future version of the SDK");
15061508
/// In order to follow the IAB specifications for GDPR, please fill the following parameters with attention.
15071509
/// note:
15081510
/// If you use a <a href="https://iabeurope.eu/tcf-for-cmps/">CMP</a>, you can skip this step: CMP will store those parameters into <code>UserDefaults</code>, TeadSDK will automatically retrieve these values. <a href="https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20CMP%20API%20v2.md">GDPR Transparency and Consent Framework </a> IAB documentation.
@@ -1626,7 +1628,7 @@ SWIFT_CLASS("_TtC8TeadsSDK20TeadsAdapterSettings")
16261628
- (void)enableLightEndScreen SWIFT_DEPRECATED_MSG("Won't be used in any newer SDK versions.");
16271629
/// To improve performances and user experience, media such as videos or images are preloaded.
16281630
/// This setting prevents TeadsSDK from automatically preloading media.
1629-
- (void)disableMediaPreload;
1631+
- (void)disableMediaPreload SWIFT_DEPRECATED_MSG("This is not used anymore and will be removed in a future version of the SDK");
16301632
/// In order to follow the IAB specifications for GDPR, please fill the following parameters with attention.
16311633
/// note:
16321634
/// If you use a <a href="https://iabeurope.eu/tcf-for-cmps/">CMP</a>, you can skip this step: CMP will store those parameters into <code>UserDefaults</code>, TeadSDK will automatically retrieve these values. <a href="https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20CMP%20API%20v2.md">GDPR Transparency and Consent Framework </a> IAB documentation.
0 Bytes
Binary file not shown.

Frameworks/TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/arm.swiftinterface

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
33
// swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TeadsSDK
4+
import ARKit
45
import AVFoundation
56
import AVKit
67
import AdSupport
@@ -10,6 +11,7 @@ import CoreTelephony
1011
import Foundation
1112
import JavaScriptCore
1213
import OMSDK_Teadstv
14+
import QuickLook
1315
import SafariServices
1416
import Swift
1517
import SwiftUI
@@ -53,6 +55,7 @@ extension AnyEncodableProtocol {
5355
}
5456
@_inheritsConvenienceInitializers @objc final public class TeadsAdapterSettings : ObjectiveC.NSObject, Swift.Codable {
5557
public static let integrationAdmob: Swift.String
58+
@available(*, deprecated, message: "Since March 31, 2022 Mopub integration has sunset in favor of AppLovin")
5659
public static let integrationMopub: Swift.String
5760
public static let integrationApplovin: Swift.String
5861
public static let integrationSAS: Swift.String
@@ -70,6 +73,7 @@ extension AnyEncodableProtocol {
7073
@objc final public func disableLocation()
7174
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
7275
@objc final public func enableLightEndScreen()
76+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
7377
@objc final public func disableMediaPreload()
7478
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v1, cmpSdkID: Swift.Int = 0)
7579
@objc final public func setUsPrivacy(consent: Swift.String)
@@ -229,6 +233,7 @@ extension UIButton {
229233
@objc final public func disableLocation()
230234
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
231235
@objc final public func enableLightEndScreen()
236+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
232237
@objc final public func disableMediaPreload()
233238
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v2, cmpSdkID: Swift.Int = 0)
234239
@objc final public func setUsPrivacy(consent: Swift.String)

Frameworks/TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
33
// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TeadsSDK
4+
import ARKit
45
import AVFoundation
56
import AVKit
67
import AdSupport
@@ -10,6 +11,7 @@ import CoreTelephony
1011
import Foundation
1112
import JavaScriptCore
1213
import OMSDK_Teadstv
14+
import QuickLook
1315
import SafariServices
1416
import Swift
1517
import SwiftUI
@@ -53,6 +55,7 @@ extension AnyEncodableProtocol {
5355
}
5456
@_inheritsConvenienceInitializers @objc final public class TeadsAdapterSettings : ObjectiveC.NSObject, Swift.Codable {
5557
public static let integrationAdmob: Swift.String
58+
@available(*, deprecated, message: "Since March 31, 2022 Mopub integration has sunset in favor of AppLovin")
5659
public static let integrationMopub: Swift.String
5760
public static let integrationApplovin: Swift.String
5861
public static let integrationSAS: Swift.String
@@ -70,6 +73,7 @@ extension AnyEncodableProtocol {
7073
@objc final public func disableLocation()
7174
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
7275
@objc final public func enableLightEndScreen()
76+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
7377
@objc final public func disableMediaPreload()
7478
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v1, cmpSdkID: Swift.Int = 0)
7579
@objc final public func setUsPrivacy(consent: Swift.String)
@@ -229,6 +233,7 @@ extension UIButton {
229233
@objc final public func disableLocation()
230234
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
231235
@objc final public func enableLightEndScreen()
236+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
232237
@objc final public func disableMediaPreload()
233238
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v2, cmpSdkID: Swift.Int = 0)
234239
@objc final public func setUsPrivacy(consent: Swift.String)

Frameworks/TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/arm64.swiftinterface

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
33
// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TeadsSDK
4+
import ARKit
45
import AVFoundation
56
import AVKit
67
import AdSupport
@@ -10,6 +11,7 @@ import CoreTelephony
1011
import Foundation
1112
import JavaScriptCore
1213
import OMSDK_Teadstv
14+
import QuickLook
1315
import SafariServices
1416
import Swift
1517
import SwiftUI
@@ -53,6 +55,7 @@ extension AnyEncodableProtocol {
5355
}
5456
@_inheritsConvenienceInitializers @objc final public class TeadsAdapterSettings : ObjectiveC.NSObject, Swift.Codable {
5557
public static let integrationAdmob: Swift.String
58+
@available(*, deprecated, message: "Since March 31, 2022 Mopub integration has sunset in favor of AppLovin")
5659
public static let integrationMopub: Swift.String
5760
public static let integrationApplovin: Swift.String
5861
public static let integrationSAS: Swift.String
@@ -70,6 +73,7 @@ extension AnyEncodableProtocol {
7073
@objc final public func disableLocation()
7174
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
7275
@objc final public func enableLightEndScreen()
76+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
7377
@objc final public func disableMediaPreload()
7478
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v1, cmpSdkID: Swift.Int = 0)
7579
@objc final public func setUsPrivacy(consent: Swift.String)
@@ -229,6 +233,7 @@ extension UIButton {
229233
@objc final public func disableLocation()
230234
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
231235
@objc final public func enableLightEndScreen()
236+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
232237
@objc final public func disableMediaPreload()
233238
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v2, cmpSdkID: Swift.Int = 0)
234239
@objc final public func setUsPrivacy(consent: Swift.String)

Frameworks/TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/armv7-apple-ios.swiftinterface

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
33
// swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TeadsSDK
4+
import ARKit
45
import AVFoundation
56
import AVKit
67
import AdSupport
@@ -10,6 +11,7 @@ import CoreTelephony
1011
import Foundation
1112
import JavaScriptCore
1213
import OMSDK_Teadstv
14+
import QuickLook
1315
import SafariServices
1416
import Swift
1517
import SwiftUI
@@ -53,6 +55,7 @@ extension AnyEncodableProtocol {
5355
}
5456
@_inheritsConvenienceInitializers @objc final public class TeadsAdapterSettings : ObjectiveC.NSObject, Swift.Codable {
5557
public static let integrationAdmob: Swift.String
58+
@available(*, deprecated, message: "Since March 31, 2022 Mopub integration has sunset in favor of AppLovin")
5659
public static let integrationMopub: Swift.String
5760
public static let integrationApplovin: Swift.String
5861
public static let integrationSAS: Swift.String
@@ -70,6 +73,7 @@ extension AnyEncodableProtocol {
7073
@objc final public func disableLocation()
7174
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
7275
@objc final public func enableLightEndScreen()
76+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
7377
@objc final public func disableMediaPreload()
7478
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v1, cmpSdkID: Swift.Int = 0)
7579
@objc final public func setUsPrivacy(consent: Swift.String)
@@ -229,6 +233,7 @@ extension UIButton {
229233
@objc final public func disableLocation()
230234
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
231235
@objc final public func enableLightEndScreen()
236+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
232237
@objc final public func disableMediaPreload()
233238
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v2, cmpSdkID: Swift.Int = 0)
234239
@objc final public func setUsPrivacy(consent: Swift.String)

Frameworks/TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/armv7.swiftinterface

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// swift-interface-format-version: 1.0
22
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
33
// swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TeadsSDK
4+
import ARKit
45
import AVFoundation
56
import AVKit
67
import AdSupport
@@ -10,6 +11,7 @@ import CoreTelephony
1011
import Foundation
1112
import JavaScriptCore
1213
import OMSDK_Teadstv
14+
import QuickLook
1315
import SafariServices
1416
import Swift
1517
import SwiftUI
@@ -53,6 +55,7 @@ extension AnyEncodableProtocol {
5355
}
5456
@_inheritsConvenienceInitializers @objc final public class TeadsAdapterSettings : ObjectiveC.NSObject, Swift.Codable {
5557
public static let integrationAdmob: Swift.String
58+
@available(*, deprecated, message: "Since March 31, 2022 Mopub integration has sunset in favor of AppLovin")
5659
public static let integrationMopub: Swift.String
5760
public static let integrationApplovin: Swift.String
5861
public static let integrationSAS: Swift.String
@@ -70,6 +73,7 @@ extension AnyEncodableProtocol {
7073
@objc final public func disableLocation()
7174
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
7275
@objc final public func enableLightEndScreen()
76+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
7377
@objc final public func disableMediaPreload()
7478
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v1, cmpSdkID: Swift.Int = 0)
7579
@objc final public func setUsPrivacy(consent: Swift.String)
@@ -229,6 +233,7 @@ extension UIButton {
229233
@objc final public func disableLocation()
230234
@available(*, deprecated, message: "Won't be used in any newer SDK versions.")
231235
@objc final public func enableLightEndScreen()
236+
@available(*, deprecated, message: "This is not used anymore and will be removed in a future version of the SDK")
232237
@objc final public func disableMediaPreload()
233238
@objc final public func userConsent(subjectToGDPR: Swift.String, consent: Swift.String, tcfVersion: TeadsSDK.TCFVersion = .v2, cmpSdkID: Swift.Int = 0)
234239
@objc final public func setUsPrivacy(consent: Swift.String)
727 KB
Binary file not shown.

0 commit comments

Comments
 (0)