Skip to content

Commit 3dbdff3

Browse files
committed
Remove instructions for tvOS
1 parent 7c0d049 commit 3dbdff3

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,6 @@ steps to add the `iAd.framework`, unless you are using tvOS. Change the `Status`
5151

5252
![][framework]
5353

54-
### Additional step for tvOS
55-
56-
iAd framework was removed from tvOs, that is why it was not added it to your project in the previous step.
57-
It is also required to add pre-processor flags to you project to make the adjust SDK compatible with tvOS:
58-
59-
- In the Project Navigator select your project. Make sure your target is
60-
selected in the top left corner of the right hand window.
61-
62-
- Select the `Build Settings` tab and search for `preprocessor` in the search
63-
field below.
64-
65-
- Expand the `Preprocessor Macros` or `GCC_PREPROCESSOR_DEFINITIONS` and change the `Debug` and `Release`
66-
lines, besides other you might have, to change their value
67-
68-
- Press on the `+` button at the bottom of the overlay and add the following lines:
69-
70-
```
71-
ADJUST_NO_IAD
72-
ADJUST_NO_UIPASTEBOARD
73-
```
74-
7554
### <a id="step4"></a>4. Integrate Adjust into your app
7655

7756
To start with, we'll set up basic session tracking.

0 commit comments

Comments
 (0)