This repository was archived by the owner on Dec 15, 2021. It is now read-only.
Commit 59d8b85
File tree
- Deps
- Source/Tools/ServiceGenerator
Submodule gtm-oauth2 updated 17 files
- .gitmodules+4
- .travis.sh+54
- .travis.yml+11
- Deps/README.md+6
- Deps/gtm-session-fetcher+1
- Examples/OAuth2Sample/OAuth2Sample.xcodeproj/project.pbxproj+18-13
- Examples/OAuth2Sample/OAuth2Sample.xcworkspace/contents.xcworkspacedata+10
- Examples/OAuth2Sample/OAuth2Sample.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings+8
- Examples/OAuth2Sample/OAuth2Sample.xcworkspace/xcshareddata/xcschemes/OAuth2Sample.xcscheme+91
- Examples/OAuth2SampleTouch/OAuth2SampleTouch.xcodeproj/project.pbxproj+19-13
- Examples/OAuth2SampleTouch/OAuth2SampleTouch.xcworkspace/contents.xcworkspacedata+10
- Examples/OAuth2SampleTouch/OAuth2SampleTouch.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings+8
- Examples/OAuth2SampleTouch/OAuth2SampleTouch.xcworkspace/xcshareddata/xcschemes/OAuthSampleTouch.xcscheme+91
- Source/GTMOAuth2Authentication.h+43-29
- Source/GTMOAuth2Authentication.m+7-7
- Source/GTMOAuth2SignIn.m+4-4
- Source/Mac/GTMOAuth2WindowController.m+7-2
Submodule gtm-session-fetcher updated 11 files
- .travis.yml+1-1
- Source/GTMReadMonitorInputStream.h+3-3
- Source/GTMSessionFetcher.h+75-74
- Source/GTMSessionFetcher.m+116-95
- Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj+6
- Source/GTMSessionFetcherService.h+1-1
- Source/GTMSessionUploadFetcher.h+15-18
- Source/GTMSessionUploadFetcher.m+29-10
- Source/UnitTests/GTMSessionFetcherFetchingTest.h+3-3
- Source/UnitTests/GTMSessionFetcherFetchingTest.m+3-3
- Source/UnitTests/GTMSessionFetcherTestServer.h+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | | - | |
| 246 | + | |
| 247 | + | |
246 | 248 | | |
247 | 249 | | |
248 | 250 | | |
| |||
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
254 | | - | |
| 256 | + | |
| 257 | + | |
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
259 | | - | |
| 262 | + | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
266 | | - | |
| 270 | + | |
| 271 | + | |
267 | 272 | | |
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
272 | 277 | | |
| 278 | + | |
273 | 279 | | |
274 | 280 | | |
275 | 281 | | |
| |||
2473 | 2479 | | |
2474 | 2480 | | |
2475 | 2481 | | |
2476 | | - | |
2477 | | - | |
2478 | | - | |
2479 | | - | |
2480 | | - | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
2481 | 2491 | | |
2482 | 2492 | | |
2483 | 2493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
106 | | - | |
| 111 | + | |
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| |||
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
446 | 452 | | |
447 | 453 | | |
448 | 454 | | |
| 455 | + | |
449 | 456 | | |
450 | 457 | | |
451 | 458 | | |
| |||
469 | 476 | | |
470 | 477 | | |
471 | 478 | | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
472 | 482 | | |
473 | 483 | | |
474 | 484 | | |
| |||
562 | 572 | | |
563 | 573 | | |
564 | 574 | | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
565 | 578 | | |
566 | 579 | | |
567 | 580 | | |
| |||
958 | 971 | | |
959 | 972 | | |
960 | 973 | | |
961 | | - | |
| 974 | + | |
| 975 | + | |
962 | 976 | | |
963 | 977 | | |
964 | 978 | | |
| |||
0 commit comments