Skip to content

Commit 7392116

Browse files
author
Thibaud Saint-Etienne
committed
v4.3.2Previous
1 parent 54545bf commit 7392116

20 files changed

+30081
-30072
lines changed

TeadsSDKPrevious.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "TeadsSDKPrevious"
4-
s.version = "4.3.1"
4+
s.version = "4.3.2"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC

TeadsSDKPrevious/TeadsSDK.framework/3029E20F-CA19-3265-937A-9E9DC9908167.bcsymbolmap

Lines changed: 0 additions & 9621 deletions
This file was deleted.

TeadsSDKPrevious/TeadsSDK.framework/364CBFD2-E72F-3C43-801D-892A42E7132B.bcsymbolmap

Lines changed: 9535 additions & 0 deletions
Large diffs are not rendered by default.

TeadsSDKPrevious/TeadsSDK.framework/488971FD-68F6-389A-991B-E879EC459020.bcsymbolmap

Lines changed: 10268 additions & 0 deletions
Large diffs are not rendered by default.

TeadsSDKPrevious/TeadsSDK.framework/715E91A0-9754-32BE-A7C1-44E72C09B8DF.bcsymbolmap

Lines changed: 0 additions & 10223 deletions
This file was deleted.

TeadsSDKPrevious/TeadsSDK.framework/DD576642-5129-3648-B0BB-38C873013E9A.bcsymbolmap

Lines changed: 10268 additions & 0 deletions
Large diffs are not rendered by default.

TeadsSDKPrevious/TeadsSDK.framework/FF692D26-A926-3183-AA62-0DA3B0ACE3BF.bcsymbolmap

Lines changed: 0 additions & 10223 deletions
This file was deleted.

TeadsSDKPrevious/TeadsSDK.framework/Headers/TeadsSDK-Swift.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
1+
// Generated by Apple Swift version 5.0.1 effective-4.2 (swiftlang-1001.0.82.4 clang-1001.0.46.5)
22
#pragma clang diagnostic push
33
#pragma clang diagnostic ignored "-Wgcc-compat"
44

@@ -20,7 +20,7 @@
2020
#endif
2121

2222
#pragma clang diagnostic ignored "-Wauto-import"
23-
#include <objc/NSObject.h>
23+
#include <Foundation/Foundation.h>
2424
#include <stdint.h>
2525
#include <stddef.h>
2626
#include <stdbool.h>
@@ -163,6 +163,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
163163
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
164164
#endif
165165
#if __has_feature(modules)
166+
#if __has_warning("-Watimport-in-framework-header")
167+
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
168+
#endif
166169
@import CoreGraphics;
167170
@import ObjectiveC;
168171
@import UIKit;
@@ -313,7 +316,7 @@ SWIFT_CLASS("_TtC8TeadsSDK9TFAAdView")
313316
/// Set the ad container, allow you to monitor your inventory
314317
/// \param container the container which will contain the adView
315318
///
316-
- (void)setAdContainerViewWithContainer:(UIView * _Nonnull)container;
319+
- (void)setAdContainerViewWithContainer:(UIView * _Nonnull)container SWIFT_DEPRECATED_MSG("it is no longer needed to monitor your inventory.");
317320
/// Add Context info
318321
- (void)addContextInfoWithInfoKey:(NSString * _Nonnull)infoKey infoValue:(NSString * _Nonnull)infoValue;
319322
/// dismiss ad fullscreen
@@ -484,6 +487,8 @@ SWIFT_CLASS("_TtC8TeadsSDK15TeadsAdSettings")
484487

485488

486489

490+
491+
487492
#if __has_attribute(external_source_symbol)
488493
# pragma clang attribute pop
489494
#endif
-3 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)