Skip to content

Commit ddca4fe

Browse files
author
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
committed
v4.3.4Previous
1 parent 8993b32 commit ddca4fe

17 files changed

+2942
-3257
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.2"
4+
s.version = "4.3.4"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC

TeadsSDKPrevious/TeadsSDK.framework/488971FD-68F6-389A-991B-E879EC459020.bcsymbolmap renamed to TeadsSDKPrevious/TeadsSDK.framework/53532BA3-00B8-31DF-83A1-7189DFBB5386.bcsymbolmap

Lines changed: 1034 additions & 1136 deletions
Large diffs are not rendered by default.

TeadsSDKPrevious/TeadsSDK.framework/364CBFD2-E72F-3C43-801D-892A42E7132B.bcsymbolmap renamed to TeadsSDKPrevious/TeadsSDK.framework/5A68F764-2902-3C5F-9FBF-7A54C403932D.bcsymbolmap

Lines changed: 861 additions & 963 deletions
Large diffs are not rendered by default.

TeadsSDKPrevious/TeadsSDK.framework/DD576642-5129-3648-B0BB-38C873013E9A.bcsymbolmap renamed to TeadsSDKPrevious/TeadsSDK.framework/60E5B04B-E953-308E-89B8-99618A3198E9.bcsymbolmap

Lines changed: 1034 additions & 1136 deletions
Large diffs are not rendered by default.

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

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

@@ -206,20 +206,9 @@ SWIFT_CLASS("_TtC8TeadsSDK12AdFailReason")
206206
@property (nonatomic, copy) NSString * _Nonnull errorMessage;
207207
- (nonnull instancetype)initWithErrorCode:(enum AdErrorCode)errorCode errorMessage:(NSString * _Nonnull)errorMessage OBJC_DESIGNATED_INITIALIZER;
208208
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
209-
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
209+
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
210210
@end
211211

212-
typedef SWIFT_ENUM(NSInteger, CommanderWebViewState, closed) {
213-
CommanderWebViewStateError = -1,
214-
CommanderWebViewStateIdle = 0,
215-
CommanderWebViewStateLoading = 1,
216-
CommanderWebViewStateLoaded = 2,
217-
CommanderWebViewStateEngineLoaded = 3,
218-
CommanderWebViewStateCommanderReady = 4,
219-
};
220-
221-
222-
223212

224213

225214
@class TFAAdView;
@@ -304,7 +293,6 @@ SWIFT_CLASS("_TtC8TeadsSDK9TFAAdView")
304293
- (void)willMoveToSuperview:(UIView * _Nullable)newSuperview;
305294
- (void)didMoveToSuperview;
306295
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
307-
- (nonnull instancetype)initWithPid:(NSString * _Nonnull)pid delegate:(id <TFAAdDelegate> _Nullable)delegate SWIFT_DEPRECATED_MSG("use init(withPid: andDelegate:)");
308296
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
309297
/// Request an ad from Teads ad server
310298
/// \param teadsAdSettings Optionnal <code>TeadsAdSettings</code> to define custom settings
@@ -324,7 +312,7 @@ SWIFT_CLASS("_TtC8TeadsSDK9TFAAdView")
324312
/// Reset ad loading
325313
- (void)reset;
326314
/// Call that method when you did not add the TFAAdView to your to your view hierarchy or if Teads view has width/height of 0 and the container view reached the spot where the ad was supposed to be
327-
- (void)slotReached SWIFT_DEPRECATED_MSG("Use setAdContainerView instead");
315+
- (void)slotReached SWIFT_DEPRECATED_MSG("it is no longer needed to monitor your inventory.");
328316
@end
329317

330318
typedef SWIFT_ENUM(NSInteger, TeadsAdPlaybackState, closed) {
@@ -385,7 +373,7 @@ SWIFT_CLASS("_TtC8TeadsSDK17TFAInterstitialAd")
385373
- (void)adBrowserDidOpen:(TFAAdView * _Nonnull)ad;
386374
- (void)adBrowserDidClose:(TFAAdView * _Nonnull)ad;
387375
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
388-
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
376+
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
389377
@end
390378

391379

@@ -409,7 +397,7 @@ SWIFT_CLASS("_TtC8TeadsSDK9TFAReward")
409397
@property (nonatomic, copy) NSString * _Nullable type;
410398
@property (nonatomic) double amount;
411399
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
412-
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
400+
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
413401
@end
414402

415403
@protocol TFARewardedAdDelegate;
@@ -434,7 +422,7 @@ SWIFT_CLASS("_TtC8TeadsSDK13TFARewardedAd")
434422
- (void)adBrowserDidOpen:(TFAAdView * _Nonnull)ad;
435423
- (void)adBrowserDidClose:(TFAAdView * _Nonnull)ad;
436424
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
437-
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
425+
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
438426
@end
439427

440428

@@ -469,14 +457,15 @@ SWIFT_CLASS("_TtC8TeadsSDK15TeadsAdSettings")
469457
- (void)disableTeadsAudioSessionManagement;
470458
- (void)enableDebug;
471459
- (void)disableLocation;
472-
- (void)enableLigtEndScreen;
460+
- (void)enableLigtEndScreen SWIFT_DEPRECATED_MSG("use enableLightEndScreen");
461+
- (void)enableLightEndScreen;
473462
- (void)disableMediaPreload;
474463
- (void)pageUrl:(NSString * _Nonnull)urlString;
475464
- (void)userConsentWithSubjectToGDPR:(NSString * _Nonnull)subjectToGDPR consent:(NSString * _Nonnull)consent;
476465
- (void)disableBatteryMonitoring;
477466
- (nonnull instancetype)initWithBuild:(SWIFT_NOESCAPE void (^ _Nonnull)(TeadsAdSettings * _Nonnull))build OBJC_DESIGNATED_INITIALIZER;
478467
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
479-
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
468+
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
480469
@end
481470

482471

@@ -489,6 +478,8 @@ SWIFT_CLASS("_TtC8TeadsSDK15TeadsAdSettings")
489478

490479

491480

481+
482+
492483
#if __has_attribute(external_source_symbol)
493484
# pragma clang attribute pop
494485
#endif
0 Bytes
Binary file not shown.
-8.99 KB
Binary file not shown.
-24.9 KB
Binary file not shown.
-8.99 KB
Binary file not shown.
-24.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)