Skip to content

Commit d60f92e

Browse files
authored
Merge pull request #309 from adjust/readme_n_tests
README & tests update
2 parents 9b5905f + 5f32969 commit d60f92e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Assets/Test/Scripts/CommandExecutor.cs

-2
Original file line numberDiff line numberDiff line change
@@ -910,9 +910,7 @@ private void TrackAdRevenue()
910910

911911
private void GetLastDeeplink()
912912
{
913-
#if UNITY_IOS
914913
Adjust.GetLastDeeplink(LastDeeplinkCallback);
915-
#endif
916914
}
917915

918916
private void VerifyPurchase()

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Adjust SDK for Unity
22

3-
This is the [Adjust](https://adjust.com)™ SDK for iOS. Documentation is available on our [developer docs](https://dev.adjust.com/en/sdk/unity/?version=v5).
3+
This is the [Adjust](https://adjust.com)™ SDK for Unity. Documentation is available on our [developer docs](https://dev.adjust.com/en/sdk/unity/?version=v5).
44

55
## License
66

7-
Distributed under the [`MIT license`](MIT-LICENSE).
7+
Distributed under the [`MIT license`](LICENSE).

0 commit comments

Comments
 (0)