Skip to content

Commit 27e03bb

Browse files
author
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)
committed
Release 4.6.1 Previous
1 parent 0ef50c1 commit 27e03bb

14 files changed

+20401
-4
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.6.1
4+
_2020-03-09_
5+
- Enable bitcode build
6+
37
### v4.6.0
48
_2020-02-06_
59
- Final Validation Tool

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Teads SDK is currently distributed through CocoaPods. It include everything you
1515

1616
```
1717
target 'YourProject' do
18-
pod 'TeadsSDK', '4.6.0'
18+
pod 'TeadsSDK', '4.6.1'
1919
end
2020
```
2121

@@ -30,7 +30,7 @@ $ pod install --repo-update
3030
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate TeadsSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
3131

3232
```ogdl
33-
github "teads/TeadsSDK-iOS" "4.6.0"
33+
github "teads/TeadsSDK-iOS" "4.6.1"
3434
```
3535

3636
## Integration Documentation

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.6.0"
4+
s.version = "4.6.1"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC

TeadsSDKPrevious/TeadsSDK.framework/795A5B8C-EE11-3F7A-8AD9-B1F90EF98075.bcsymbolmap

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

TeadsSDKPrevious/TeadsSDK.framework/90572A44-4C89-36A0-8B40-59EA6FFFA111.bcsymbolmap

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

0 commit comments

Comments
 (0)