Skip to content

Commit c867066

Browse files
author
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
committed
Release 4.8.5
1 parent 70838ed commit c867066

File tree

17 files changed

+340
-115
lines changed

17 files changed

+340
-115
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v4.8.5
4+
_2021-03-23_
5+
- Fixing issue with Google Mobile Ads SDK v8\n- Correct a crash reported issue\n- Adding some minor improvements
6+
37
### v4.8.4
48
_2021-02-12_
59
- arm64 support for simulator 🎉

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# TeadsSDK-ios
22

33

4-
Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This sample app includes Teads iOS library and is showing integration examples.
4+
Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This sample app includes Teads iOS framework and is showing integration examples.
55

66
## Run the sample app
77

88
Clone this repository, open it with Xcode, and run project.
99

10-
## Install the Teads SDK iOS library
10+
## Install the Teads SDK iOS framework
1111

1212
Teads SDK is currently distributed through CocoaPods. It include everything you need to serve "outstream" video ads.
1313

@@ -47,6 +47,12 @@ github "teads/TeadsSDK-iOS"
4747

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

50+
## Known Issue
51+
52+
### Xcode 12 Excluded Architecture
53+
54+
[#142](https://github.com/teads/TeadsSDK-iOS/issues/142) Our third party viewability solution is unfortunately not yet compatible with ARM Simulator Architecture.
55+
5056
## Changelog
5157

5258
See [changelog here](CHANGELOG.md).

TeadsSDK.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 = "TeadsSDK"
4-
s.version = "4.8.4"
4+
s.version = "4.8.5"
55
s.summary = "Teads' iOS SDK"
66
s.module_name = s.name
77
s.description = <<-DESC

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>
Lines changed: 138 additions & 38 deletions
Large diffs are not rendered by default.
Lines changed: 150 additions & 35 deletions
Large diffs are not rendered by default.
-2 Bytes
Binary file not shown.
97.8 KB
Binary file not shown.

TeadsSDK.xcframework/ios-arm64_armv7/TeadsSDK.framework/adcore.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu, 11 Feb 2021 11:20:06 GMT
1+
Mon, 22 Mar 2021 14:25:57 GMT

0 commit comments

Comments
 (0)