Skip to content

Commit 7e93de9

Browse files
committed
Fixes and updates
1 parent 4f6ff2b commit 7e93de9

File tree

4 files changed

+26
-21
lines changed

4 files changed

+26
-21
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is the iOS SDK of Adjust™. You can read more about Adjust™ at [adjust.c
44

55
If your app is an app which uses web views you would like to use adjust tracking from Javascript code, please consult our [iOS web views SDK guide][ios-web-views-guide].
66

7+
Read this in other languages: [English][en-readme], [中文][zh-readme], [日本語][ja-readme], [한국어][ko-readme].
8+
79
## Table of contents
810

911
* [Example apps](#example-apps)
@@ -994,6 +996,11 @@ If you are seing any value in the dashboard other than what you expected to be t
994996
[dashboard]: http://adjust.com
995997
[adjust.com]: http://adjust.com
996998

999+
[en-readme]: README.md
1000+
[zh-readme]: doc/chinese/README.md
1001+
[ja-readme]: doc/japanese/README.md
1002+
[ko-readme]: doc/korean/README.md
1003+
9971004
[arc]: http://en.wikipedia.org/wiki/Automatic_Reference_Counting
9981005
[examples]: http://github.com/adjust/ios_sdk/tree/master/examples
9991006
[carthage]: https://github.com/Carthage/Carthage
@@ -1036,15 +1043,14 @@ If you are seing any value in the dashboard other than what you expected to be t
10361043
[xcode-associated-domains]: https://raw.github.com/adjust/sdks/master/Resources/ios/xcode-associated-domains5.png
10371044
[universal-links-dashboard]: https://raw.github.com/adjust/sdks/master/Resources/ios/universal-links-dashboard5.png
10381045

1039-
[associated-domains-applinks]: https://raw.github.com/adjust/sdks/master/Resources/ios/associated-domains-applinks.png
1046+
[associated-domains-applinks]: https://raw.github.com/adjust/sdks/master/Resources/ios/associated-domains-applinks.png
10401047
[universal-links-dashboard-values]: https://raw.github.com/adjust/sdks/master/Resources/ios/universal-links-dashboard-values5.png
10411048

10421049
## <a id="license"></a>License
10431050

10441051
The Adjust SDK is licensed under the MIT License.
10451052

1046-
Copyright (c) 2012-2018 adjust GmbH,
1047-
http://www.adjust.com
1053+
Copyright (c) 2012-2019 Adjust GmbH, http://www.adjust.com
10481054

10491055
Permission is hereby granted, free of charge, to any person obtaining a copy of
10501056
this software and associated documentation files (the "Software"), to deal in

doc/chinese/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -998,10 +998,11 @@ Adjust SDK仅跟踪您要求它跟踪的内容。如果您添加收入至事件
998998

999999
[dashboard]: http://adjust.com
10001000
[adjust.com]: http://adjust.com
1001+
10011002
[en-readme]: ../../README.md
1002-
[zh-readme]: ../chinese/ios_sdk_readme_zh.md
1003-
[ja-readme]: ../japanese/ios_sdk_readme_ja.md
1004-
[ko-readme]: ../korean/ios_sdk_readme_ko.md
1003+
[zh-readme]: ../chinese/README.md
1004+
[ja-readme]: ../japanese/README.md
1005+
[ko-readme]: ../korean/README.md
10051006

10061007

10071008
[arc]: http://en.wikipedia.org/wiki/Automatic_Reference_Counting
@@ -1046,15 +1047,14 @@ Adjust SDK仅跟踪您要求它跟踪的内容。如果您添加收入至事件
10461047
[xcode-associated-domains]: https://raw.github.com/adjust/sdks/master/Resources/ios/xcode-associated-domains5.png
10471048
[universal-links-dashboard]: https://raw.github.com/adjust/sdks/master/Resources/ios/universal-links-dashboard5.png
10481049

1049-
[associated-domains-applinks]: https://raw.github.com/adjust/sdks/master/Resources/ios/associated-domains-applinks.png
1050+
[associated-domains-applinks]: https://raw.github.com/adjust/sdks/master/Resources/ios/associated-domains-applinks.png
10501051
[universal-links-dashboard-values]: https://raw.github.com/adjust/sdks/master/Resources/ios/universal-links-dashboard-values5.png
10511052

10521053
## <a id="license">许可协议
10531054

10541055
The Adjust SDK is licensed under the MIT License.
10551056

1056-
Copyright (c) 2012-2017 adjust GmbH,
1057-
http://www.adjust.com
1057+
Copyright (c) 2012-2019 Adjust GmbH, http://www.adjust.com
10581058

10591059
Permission is hereby granted, free of charge, to any person obtaining a copy of
10601060
this software and associated documentation files (the "Software"), to deal in

doc/japanese/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,10 +1047,10 @@ adjust SDKがトラッキングするよう設定された値が間違ってい
10471047
[dashboard]: http://adjust.com
10481048
[adjust.com]: http://adjust.com
10491049

1050-
[en-readme]: ../../README.md
1051-
[zh-readme]: ../chinese/ios_sdk_readme_zh.md
1052-
[ja-readme]: ../japanese/ios_sdk_readme_ja.md
1053-
[ko-readme]: ../korean/ios_sdk_readme_ko.md
1050+
[en-readme]: ../../README.md
1051+
[zh-readme]: ../chinese/README.md
1052+
[ja-readme]: ../japanese/README.md
1053+
[ko-readme]: ../korean/README.md
10541054

10551055
[arc]: http://en.wikipedia.org/wiki/Automatic_Reference_Counting
10561056
[examples]: http://github.com/adjust/ios_sdk/tree/master/examples
@@ -1059,7 +1059,7 @@ adjust SDKがトラッキングするよう設定された値が間違ってい
10591059
[cocoapods]: http://cocoapods.org
10601060
[transition]: http://developer.apple.com/library/mac/#releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html
10611061

1062-
[example-tvos]: examples/AdjustExample-tvOS
1062+
[example-tvos]: examples/AdjustExample-tvOS
10631063
[example-iwatch]: examples/AdjustExample-iWatch
10641064
[example-imessage]: examples/AdjustExample-iMessage
10651065
[example-ios-objc]: examples/AdjustExample-iOS
@@ -1095,16 +1095,15 @@ adjust SDKがトラッキングするよう設定された値が間違ってい
10951095
[xcode-associated-domains]: https://raw.github.com/adjust/sdks/master/Resources/ios/xcode-associated-domains5.png
10961096
[universal-links-dashboard]: https://raw.github.com/adjust/sdks/master/Resources/ios/universal-links-dashboard5.png
10971097

1098-
[associated-domains-applinks]: https://raw.github.com/adjust/sdks/master/Resources/ios/associated-domains-applinks.png
1098+
[associated-domains-applinks]: https://raw.github.com/adjust/sdks/master/Resources/ios/associated-domains-applinks.png
10991099
[universal-links-dashboard-values]: https://raw.github.com/adjust/sdks/master/Resources/ios/universal-links-dashboard-values5.png
11001100

11011101

11021102
### <a id="license">ライセンス
11031103

11041104
adjust SDKはMITライセンスを適用しています。
11051105

1106-
Copyright (c) 2012-2018 adjust GmbH,
1107-
http://www.adjust.com
1106+
Copyright (c) 2012-2019 Adjust GmbH, http://www.adjust.com
11081107

11091108
以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべての人に対し、
11101109
ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変更、結合、掲載、頒布、サブライセンス、

doc/korean/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,9 @@ Adjust SDK는 지정한 대상만 추적합니다. 매출을 이벤트에 연결
998998
[adjust.com]: http://adjust.com
999999

10001000
[en-readme]: ../../README.md
1001-
[zh-readme]: ../chinese/ios_sdk_readme_zh.md
1002-
[ja-readme]: ../japanese/ios_sdk_readme_ja.md
1003-
[ko-readme]: ../korean/ios_sdk_readme_ko.md
1001+
[zh-readme]: ../chinese/README.md
1002+
[ja-readme]: ../japanese/README.md
1003+
[ko-readme]: ../korean/README.md
10041004

10051005
[arc]: http://en.wikipedia.org/wiki/Automatic_Reference_Counting
10061006
[examples]: http://github.com/adjust/ios_sdk/tree/master/examples
@@ -1053,7 +1053,7 @@ Adjust SDK는 지정한 대상만 추적합니다. 매출을 이벤트에 연결
10531053

10541054
Adjust SDK는 MIT 라이선스에 따라 사용이 허가됩니다.
10551055

1056-
Copyright (c) 2012-2018 adjust GmbH, http://www.adjust.com
1056+
Copyright (c) 2012-2019 Adjust GmbH, http://www.adjust.com
10571057

10581058
이로써 본 소프트웨어와 관련 문서 파일(이하 "소프트웨어")의 복사본을 받는 사람에게는 아래 조건에 따라 소프트웨어를 제한 없이 다룰 수 있는 권한이 무료로 부여됩니다. 이 권한에는 소프트웨어를 사용, 복사, 수정, 병합, 출판, 배포 및/또는 판매하거나 2차 사용권을 부여할 권리와 소프트웨어를 제공 받은 사람이 소프트웨어를 사용, 복사, 수정, 병합, 출판, 배포 및/또는 판매하거나 2차 사용권을 부여하는 것을 허가할 수 있는 권리가 제한 없이 포함됩니다.
10591059

0 commit comments

Comments
 (0)