File tree
19 files changed
+99
-277
lines changed- example/ios/Example.xcodeproj
- ext/iOS
- ios
- Adjust
- AdjustSdk.xcodeproj
19 files changed
+99
-277
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 |
| |
94 | 97 |
| |
95 | 98 |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 |
| |
2 | 16 |
| |
3 | 17 |
| |
| |||
118 | 132 |
| |
119 | 133 |
| |
120 | 134 |
| |
| 135 | + | |
121 | 136 |
| |
122 | 137 |
| |
123 | 138 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
| 514 | + | |
514 | 515 |
| |
515 | 516 |
| |
516 | 517 |
| |
| |||
527 | 528 |
| |
528 | 529 |
| |
529 | 530 |
| |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
530 | 539 |
| |
531 | 540 |
| |
532 | 541 |
| |
|
- Adjust.podspec+2-2
- Adjust.xcodeproj/project.pbxproj-24
- Adjust/ADJActivityState.m+27-65
- Adjust/ADJConnectionValidator.h-19
- Adjust/ADJConnectionValidator.m-88
- Adjust/ADJKeychain.h+2-2
- Adjust/ADJKeychain.m+36-40
- Adjust/ADJPackageBuilder.m-3
- Adjust/ADJRequestHandler.m-18
- Adjust/ADJResponseData.h-2
- Adjust/ADJResponseData.m-1
- Adjust/ADJUtil.m+2-28
- Adjust/Adjust.h+1-1
- AdjustBridge/WebViewJavascriptBridge/WKWebViewJavascriptBridge.m+1-3
- AdjustBridge/adjust_config.js+1-1
- AdjustTests/ADJPackageFields.m+1-1
- CHANGELOG.md+9
- README.md+7-3
- VERSION+1-1
- doc/english/batch.md+27
- doc/english/migrate.md+1-1
- doc/japanese/migrate_ja.md+1-1
- doc/migrate.md+1-1
- examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj-6
- examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj-6
- examples/AdjustExample-WebView/AdjustExample-WebView/Assets.xcassets/AppIcon.appiconset/Contents.json+5
- examples/AdjustExample-iOS/AdjustExample-iOS.xcodeproj/project.pbxproj-12
- examples/AdjustExample-iOS/AdjustExample-iOS/Base.lproj/Main.storyboard+38-48
- examples/AdjustExample-iOS/AdjustExample-iOS/URLRequest.h-17
- examples/AdjustExample-iOS/AdjustExample-iOS/URLRequest.m-71
- examples/AdjustExample-iOS/AdjustExample-iOS/ViewControlleriOS.m-35
- examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj-6
- examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj-12
- examples/AdjustExample-tvOS/AdjustExample-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json+7-1
- examples/AdjustExample-tvOS/AdjustExample-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json+12
- examples/AdjustExample-tvOS/AdjustExample-tvOS/Base.lproj/Main.storyboard+31-45
- examples/AdjustExample-tvOS/AdjustExample-tvOS/URLRequest.h-17
- examples/AdjustExample-tvOS/AdjustExample-tvOS/URLRequest.m-71
- examples/AdjustExample-tvOS/AdjustExample-tvOS/ViewControllertvOS.m-38
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
|
Lines changed: 27 additions & 65 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
103 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 |
| |
105 | 110 |
| |
106 | 111 |
| |
107 |
| - | |
| 112 | + | |
108 | 113 |
| |
109 | 114 |
| |
110 | 115 |
| |
111 | 116 |
| |
112 | 117 |
| |
113 |
| - | |
| 118 | + | |
114 | 119 |
| |
115 | 120 |
| |
116 | 121 |
| |
| |||
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
123 |
| - | |
| 128 | + | |
124 | 129 |
| |
125 | 130 |
| |
126 |
| - | |
| 131 | + | |
127 | 132 |
| |
128 | 133 |
| |
129 | 134 |
| |
| |||
144 | 149 |
| |
145 | 150 |
| |
146 | 151 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 | 152 |
| |
191 | 153 |
| |
192 | 154 |
| |
|
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 88 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
|
0 commit comments