Skip to content

Commit

Permalink
Release 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Feb 12, 2021
1 parent 069caa5 commit c6e3e49
Show file tree
Hide file tree
Showing 62 changed files with 7,988 additions and 5,382 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

### v4.8.4
_2021-02-12_
- arm64 support for simulator 🎉
- [Mediation] fix a crash that could happen using `TeadsAdSettings.subscribeAdResizeDelegate`

### v4.8.3
_2021-02-11_
- arm64 support for simulator 🎉
- [Mediation] fix possible crash using `TeadsAdSettings.subscribeAdResizeDelegate(_ delegate: TFAMediatedAdViewDelegate, forAdView adView: UIView)
- [Mediation] fix a crash that could happen using `TeadsAdSettings.subscribeAdResizeDelegate`

### v4.8.0
_2020-11-17_
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ github "teads/TeadsSDK-iOS"

Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000165909).

## Known Issue

### Xcode 12 Excluded Architecture

[#142](https://github.com/teads/TeadsSDK-iOS/issues/142) Our third party viewability solution is unfortunately not yet compatible with ARM Simulator Architecture.

## Changelog

See [changelog here](CHANGELOG.md).
2 changes: 1 addition & 1 deletion TeadsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "TeadsSDK"
s.version = "4.8.3"
s.version = "4.8.4"
s.summary = "Teads' iOS SDK"
s.module_name = s.name
s.description = <<-DESC
Expand Down
15 changes: 8 additions & 7 deletions TeadsSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-armv7_arm64</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TeadsSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>armv7</string>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64_i386-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>TeadsSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>i386</string>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
#ifndef TEADSSDK_SWIFT_H
#define TEADSSDK_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -189,7 +191,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import UIKit;
#endif
Expand Down Expand Up @@ -240,12 +241,6 @@ SWIFT_CLASS("_TtC8TeadsSDK12AdFailReason")









/// Transparency & Consent Framework versions
typedef SWIFT_ENUM(NSInteger, TCFVersion, open) {
TCFVersionV1 = 1,
Expand Down Expand Up @@ -570,7 +565,6 @@ SWIFT_CLASS("_TtC8TeadsSDK16TeadsAdPlacement")
@end



@class TeadsNativeAd;

SWIFT_PROTOCOL("_TtP8TeadsSDK24TeadsAdPlacementDelegate_")
Expand Down Expand Up @@ -727,11 +721,6 @@ SWIFT_CLASS("_TtC8TeadsSDK13TeadsNativeAd")








SWIFT_PROTOCOL("_TtP8TeadsSDK21TeadsNativeAdDelegate_")
@protocol TeadsNativeAdDelegate
@optional
Expand Down Expand Up @@ -781,7 +770,6 @@ typedef SWIFT_ENUM(NSInteger, Template, open) {




SWIFT_CLASS("_TtC8TeadsSDK16TeadsNativeAsset")
@interface TeadsNativeAsset : NSObject
@property (nonatomic, readonly, copy) NSString * _Nullable text;
Expand All @@ -801,19 +789,6 @@ SWIFT_CLASS("_TtC8TeadsSDK21TeadsNativeImageAsset")



















Expand All @@ -825,9 +800,12 @@ SWIFT_CLASS("_TtC8TeadsSDK21TeadsNativeImageAsset")
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif

#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
#ifndef TEADSSDK_SWIFT_H
#define TEADSSDK_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -1016,7 +994,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import UIKit;
#endif
Expand Down Expand Up @@ -1067,12 +1044,6 @@ SWIFT_CLASS("_TtC8TeadsSDK12AdFailReason")









/// Transparency & Consent Framework versions
typedef SWIFT_ENUM(NSInteger, TCFVersion, open) {
TCFVersionV1 = 1,
Expand Down Expand Up @@ -1397,7 +1368,6 @@ SWIFT_CLASS("_TtC8TeadsSDK16TeadsAdPlacement")
@end



@class TeadsNativeAd;

SWIFT_PROTOCOL("_TtP8TeadsSDK24TeadsAdPlacementDelegate_")
Expand Down Expand Up @@ -1554,11 +1524,6 @@ SWIFT_CLASS("_TtC8TeadsSDK13TeadsNativeAd")








SWIFT_PROTOCOL("_TtP8TeadsSDK21TeadsNativeAdDelegate_")
@protocol TeadsNativeAdDelegate
@optional
Expand Down Expand Up @@ -1608,7 +1573,6 @@ typedef SWIFT_ENUM(NSInteger, Template, open) {




SWIFT_CLASS("_TtC8TeadsSDK16TeadsNativeAsset")
@interface TeadsNativeAsset : NSObject
@property (nonatomic, readonly, copy) NSString * _Nullable text;
Expand All @@ -1628,19 +1592,6 @@ SWIFT_CLASS("_TtC8TeadsSDK21TeadsNativeImageAsset")



















Expand All @@ -1652,5 +1603,6 @@ SWIFT_CLASS("_TtC8TeadsSDK21TeadsNativeImageAsset")
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif

#endif
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name TeadsSDK
import AVKit
import AdSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name TeadsSDK
import AVKit
import AdSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name TeadsSDK
import AVKit
import AdSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name TeadsSDK
import AVKit
import AdSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name TeadsSDK
import AVKit
import AdSupport
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Thu, 11 Feb 2021 11:20:06 GMT
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c6e3e49

Please sign in to comment.