Skip to content

Commit 9032fc9

Browse files
authored
Merge pull request #99 from teads/master
Merge from `master`
2 parents 93d7ba5 + acaf4d4 commit 9032fc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
v2.7.16
44
- Add support for brandsafety. If you have news content in your app, you should use `[self.teadsAd setPageUrl:@"https://news.com/myArticle"];` where the url is you equivalent http url of your article. More information [http://mobile.teads.tv/sdk/documentation/ios/integration/inread-ios#a-init-your-teads-ad]()
5+
56
v2.7.15
67
- Fix regarding changes in Apple guidelines for using UIStatusBarDataNetworkItemView
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CocoaPods is a dependency manager for Xcode projects.
5555
3. In terminal in the directory containing your project's `.xcodeproj` file and the Podfile, run `pod install` command. This will install Teads SDK along with our needed dependencies.
5656
5757
```
58-
$ pod install
58+
$ pod install --repo-update
5959
```
6060
6161
4. Once the installation is finished, open the `.xcworkspace` of your app to launch Xcode. Your project files should include a Pods project with the dependencies for TeadsSDK. From now on you will have to use this file for your app's developments.

0 commit comments

Comments
 (0)