Skip to content

Commit f8160a7

Browse files
committed
add disclaimer on web resources and sources
1 parent 1aebb12 commit f8160a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

TeadsSampleApp/WebViewHelper/Ressources/bootstrap.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* @author RonanDrouglazet <[email protected]>
44
* @date 10-2014
55
* @copyright Teads <http://www.teads.tv>
6+
*
7+
* ⚠️ This bootstrap has been provided to give you a hand in your integration webview.
8+
* It's not designed to work on every integration, it needs to be customised to suit your needs
9+
*
610
*/
711

812
(function() {

TeadsSampleApp/WebViewHelper/WebViewHelper.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Copyright © 2017 Teads. All rights reserved.
77
//
88

9+
/// ⚠️ This helper has been provided to give you a hand in your integration webview.
10+
/// It's not designed to work on every integration, it needs to be customised to suit your needs
11+
912
import UIKit
1013
import WebKit
1114

0 commit comments

Comments
 (0)