|
32 | 32 | E52AD9F22133C8F9005FED47 /* MSURLSessionDataTaskTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E52AD9F12133C8F9005FED47 /* MSURLSessionDataTaskTests.m */; }; |
33 | 33 | E52AD9F42133E171005FED47 /* MSURLSessionDownloadTaskTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E52AD9F32133E171005FED47 /* MSURLSessionDownloadTaskTests.m */; }; |
34 | 34 | E52AD9F62133E740005FED47 /* MSURLSessionUploadTaskTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E52AD9F52133E73F005FED47 /* MSURLSessionUploadTaskTests.m */; }; |
| 35 | + E54D121F225B59B300EB517A /* MSPageIterator.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D121D225B59B300EB517A /* MSPageIterator.m */; }; |
| 36 | + E54D1220225B59B300EB517A /* MSPageIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = E54D121E225B59B300EB517A /* MSPageIterator.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 37 | + E54D1223225C882A00EB517A /* MSPageIteratorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D1222225C882A00EB517A /* MSPageIteratorTests.m */; }; |
| 38 | + E54D1225225C9C7B00EB517A /* PagedResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = E54D1224225C9C7A00EB517A /* PagedResponse.json */; }; |
| 39 | + E54D123222646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = E54D122E22646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 40 | + E54D123322646CA900EB517A /* MSLargeFileUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = E54D122F22646CA900EB517A /* MSLargeFileUploadTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 41 | + E54D123422646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D123022646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.m */; }; |
| 42 | + E54D123522646CA900EB517A /* MSLargeFileUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D123122646CA900EB517A /* MSLargeFileUploadTask.m */; }; |
| 43 | + E54D1237226472FB00EB517A /* MSLargeFileUploadTaskTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D1236226472FB00EB517A /* MSLargeFileUploadTaskTests.m */; }; |
| 44 | + E54D123B2264858100EB517A /* LargeFileUploadResource.bmp in Resources */ = {isa = PBXBuildFile; fileRef = E54D123A2264858100EB517A /* LargeFileUploadResource.bmp */; }; |
| 45 | + E54D123D2264AEBD00EB517A /* MSGraphOneDriveLargeFileUploadTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D123C2264AEBD00EB517A /* MSGraphOneDriveLargeFileUploadTests.m */; }; |
| 46 | + E54D12772270A39200EB517A /* MSAuthenticationHandlerOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = E54D12752270A39200EB517A /* MSAuthenticationHandlerOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 47 | + E54D12782270A39200EB517A /* MSAuthenticationHandlerOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D12762270A39200EB517A /* MSAuthenticationHandlerOptions.m */; }; |
| 48 | + E54D12892271C91D00EB517A /* MSAuthenticationProviderOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = E54D123E226EF79C00EB517A /* MSAuthenticationProviderOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 49 | + E54D128F22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D128E22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m */; }; |
35 | 50 | E566782E2150BC4F00C6B7AE /* MSRedirectHandlerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E566782D2150BC4F00C6B7AE /* MSRedirectHandlerTests.m */; }; |
36 | 51 | E56678302150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E566782F2150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m */; }; |
37 | 52 | E56B101C2220086300ED640F /* MSRedirectHandlerOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = E56B101A2220086300ED640F /* MSRedirectHandlerOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
113 | 128 | E52AD9F12133C8F9005FED47 /* MSURLSessionDataTaskTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSURLSessionDataTaskTests.m; sourceTree = "<group>"; }; |
114 | 129 | E52AD9F32133E171005FED47 /* MSURLSessionDownloadTaskTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSURLSessionDownloadTaskTests.m; sourceTree = "<group>"; }; |
115 | 130 | E52AD9F52133E73F005FED47 /* MSURLSessionUploadTaskTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSURLSessionUploadTaskTests.m; sourceTree = "<group>"; }; |
| 131 | + E54D121D225B59B300EB517A /* MSPageIterator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSPageIterator.m; sourceTree = "<group>"; }; |
| 132 | + E54D121E225B59B300EB517A /* MSPageIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSPageIterator.h; sourceTree = "<group>"; }; |
| 133 | + E54D1222225C882A00EB517A /* MSPageIteratorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSPageIteratorTests.m; sourceTree = "<group>"; }; |
| 134 | + E54D1224225C9C7A00EB517A /* PagedResponse.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = PagedResponse.json; sourceTree = "<group>"; }; |
| 135 | + E54D122E22646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSGraphOneDriveLargeFileUploadTask.h; sourceTree = "<group>"; }; |
| 136 | + E54D122F22646CA900EB517A /* MSLargeFileUploadTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSLargeFileUploadTask.h; sourceTree = "<group>"; }; |
| 137 | + E54D123022646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSGraphOneDriveLargeFileUploadTask.m; sourceTree = "<group>"; }; |
| 138 | + E54D123122646CA900EB517A /* MSLargeFileUploadTask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSLargeFileUploadTask.m; sourceTree = "<group>"; }; |
| 139 | + E54D1236226472FB00EB517A /* MSLargeFileUploadTaskTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSLargeFileUploadTaskTests.m; sourceTree = "<group>"; }; |
| 140 | + E54D123A2264858100EB517A /* LargeFileUploadResource.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = LargeFileUploadResource.bmp; sourceTree = "<group>"; }; |
| 141 | + E54D123C2264AEBD00EB517A /* MSGraphOneDriveLargeFileUploadTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSGraphOneDriveLargeFileUploadTests.m; sourceTree = "<group>"; }; |
| 142 | + E54D123E226EF79C00EB517A /* MSAuthenticationProviderOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSAuthenticationProviderOptions.h; sourceTree = "<group>"; }; |
| 143 | + E54D12752270A39200EB517A /* MSAuthenticationHandlerOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSAuthenticationHandlerOptions.h; sourceTree = "<group>"; }; |
| 144 | + E54D12762270A39200EB517A /* MSAuthenticationHandlerOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSAuthenticationHandlerOptions.m; sourceTree = "<group>"; }; |
| 145 | + E54D128E22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSAuthenticationHandlerOptionsTests.m; sourceTree = "<group>"; }; |
116 | 146 | E566782D2150BC4F00C6B7AE /* MSRedirectHandlerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRedirectHandlerTests.m; sourceTree = "<group>"; }; |
117 | 147 | E566782F2150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSAuthenticationHandlerTests.m; sourceTree = "<group>"; }; |
118 | 148 | E56B101A2220086300ED640F /* MSRedirectHandlerOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRedirectHandlerOptions.h; sourceTree = "<group>"; }; |
|
193 | 223 | isa = PBXGroup; |
194 | 224 | children = ( |
195 | 225 | E5DC73F6211418040040BAB6 /* MSAuthenticationProvider.h */, |
| 226 | + E54D123E226EF79C00EB517A /* MSAuthenticationProviderOptions.h */, |
196 | 227 | ); |
197 | 228 | path = Authentication; |
198 | 229 | sourceTree = "<group>"; |
|
232 | 263 | E5069AD7211C1AD500432372 /* MSGraphClientSDKTests */ = { |
233 | 264 | isa = PBXGroup; |
234 | 265 | children = ( |
| 266 | + E54D1221225C880700EB517A /* GraphTasks */, |
235 | 267 | E5204FFC2173A79100E64160 /* GraphContent */, |
236 | 268 | E5B6DB6921497A3300836E1D /* Frameworks */, |
237 | 269 | E573EE1121367A4000C5E884 /* HTTPClient */, |
|
314 | 346 | path = Middleware; |
315 | 347 | sourceTree = "<group>"; |
316 | 348 | }; |
| 349 | + E54D11DE22534D7000EB517A /* GraphTasks */ = { |
| 350 | + isa = PBXGroup; |
| 351 | + children = ( |
| 352 | + E54D122E22646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.h */, |
| 353 | + E54D123022646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.m */, |
| 354 | + E54D122F22646CA900EB517A /* MSLargeFileUploadTask.h */, |
| 355 | + E54D123122646CA900EB517A /* MSLargeFileUploadTask.m */, |
| 356 | + E54D121E225B59B300EB517A /* MSPageIterator.h */, |
| 357 | + E54D121D225B59B300EB517A /* MSPageIterator.m */, |
| 358 | + ); |
| 359 | + path = GraphTasks; |
| 360 | + sourceTree = "<group>"; |
| 361 | + }; |
| 362 | + E54D1221225C880700EB517A /* GraphTasks */ = { |
| 363 | + isa = PBXGroup; |
| 364 | + children = ( |
| 365 | + E54D1222225C882A00EB517A /* MSPageIteratorTests.m */, |
| 366 | + E54D1236226472FB00EB517A /* MSLargeFileUploadTaskTests.m */, |
| 367 | + E54D123C2264AEBD00EB517A /* MSGraphOneDriveLargeFileUploadTests.m */, |
| 368 | + ); |
| 369 | + path = GraphTasks; |
| 370 | + sourceTree = "<group>"; |
| 371 | + }; |
317 | 372 | E56B101E22237F3900ED640F /* Options */ = { |
318 | 373 | isa = PBXGroup; |
319 | 374 | children = ( |
| 375 | + E54D128E22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m */, |
320 | 376 | E56B101F22237F6500ED640F /* MSRetryHandlerOptionsTests.m */, |
321 | 377 | E56B1021222382E400ED640F /* MSRedirectHandlerOptionsTests.m */, |
322 | 378 | ); |
|
341 | 397 | E573EE0E2136568700C5E884 /* Resources */ = { |
342 | 398 | isa = PBXGroup; |
343 | 399 | children = ( |
| 400 | + E54D123A2264858100EB517A /* LargeFileUploadResource.bmp */, |
| 401 | + E54D1224225C9C7A00EB517A /* PagedResponse.json */, |
344 | 402 | E52050052175B10800E64160 /* BatchResponse.json */, |
345 | 403 | E573EE0F2136569F00C5E884 /* UserPhoto.jpg */, |
346 | 404 | ); |
|
377 | 435 | E59EBFED221D3B6700B4B279 /* MSRetryHandlerOptions.m */, |
378 | 436 | E56B101A2220086300ED640F /* MSRedirectHandlerOptions.h */, |
379 | 437 | E56B101B2220086300ED640F /* MSRedirectHandlerOptions.m */, |
| 438 | + E54D12752270A39200EB517A /* MSAuthenticationHandlerOptions.h */, |
| 439 | + E54D12762270A39200EB517A /* MSAuthenticationHandlerOptions.m */, |
380 | 440 | ); |
381 | 441 | path = Options; |
382 | 442 | sourceTree = "<group>"; |
|
439 | 499 | E5DC73DD211412BF0040BAB6 /* MSGraphClientSDK.h */, |
440 | 500 | E5069AC2211AACB600432372 /* Authentication */, |
441 | 501 | E5069AC5211AAE6900432372 /* Common */, |
| 502 | + E54D11DE22534D7000EB517A /* GraphTasks */, |
442 | 503 | E5204FE6216F1D4200E64160 /* GraphContent */, |
443 | 504 | E5DC73E5211418040040BAB6 /* HTTPClient */, |
444 | 505 | E5DC73EA211418040040BAB6 /* Middleware */, |
|
508 | 569 | files = ( |
509 | 570 | E5DC7407211418050040BAB6 /* MSURLSessionManager.h in Headers */, |
510 | 571 | E5DC741C21142C430040BAB6 /* MSClientFactory.h in Headers */, |
| 572 | + E54D12892271C91D00EB517A /* MSAuthenticationProviderOptions.h in Headers */, |
511 | 573 | E5DC740E211418050040BAB6 /* MSHttpProvider.h in Headers */, |
512 | 574 | E5DC740C211418050040BAB6 /* MSAuthenticationProvider.h in Headers */, |
513 | 575 | E5DC7410211418050040BAB6 /* MSGraphMiddleware.h in Headers */, |
|
529 | 591 | E59EBFEF221D3B6800B4B279 /* MSRetryHandlerOptions.h in Headers */, |
530 | 592 | E51E616C216DE4D300F1B3C0 /* MSRetryHandler.h in Headers */, |
531 | 593 | E56B101C2220086300ED640F /* MSRedirectHandlerOptions.h in Headers */, |
| 594 | + E54D123222646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.h in Headers */, |
| 595 | + E54D123322646CA900EB517A /* MSLargeFileUploadTask.h in Headers */, |
| 596 | + E54D12772270A39200EB517A /* MSAuthenticationHandlerOptions.h in Headers */, |
| 597 | + E54D1220225B59B300EB517A /* MSPageIterator.h in Headers */, |
532 | 598 | E5DC73DF211412BF0040BAB6 /* MSGraphClientSDK.h in Headers */, |
533 | 599 | ); |
534 | 600 | runOnlyForDeploymentPostprocessing = 0; |
|
614 | 680 | isa = PBXResourcesBuildPhase; |
615 | 681 | buildActionMask = 2147483647; |
616 | 682 | files = ( |
| 683 | + E54D123B2264858100EB517A /* LargeFileUploadResource.bmp in Resources */, |
| 684 | + E54D1225225C9C7B00EB517A /* PagedResponse.json in Resources */, |
617 | 685 | E573EE102136569F00C5E884 /* UserPhoto.jpg in Resources */, |
618 | 686 | E52050062175B10800E64160 /* BatchResponse.json in Resources */, |
619 | 687 | ); |
|
638 | 706 | E5204FFF2173A7C200E64160 /* MSBatchRequestStepTests.m in Sources */, |
639 | 707 | E52050042174C1DB00E64160 /* MSBatchResponseContentTests.m in Sources */, |
640 | 708 | E51E616F216E073F00F1B3C0 /* MSRetryHandlerTests.m in Sources */, |
| 709 | + E54D128F22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m in Sources */, |
| 710 | + E54D123D2264AEBD00EB517A /* MSGraphOneDriveLargeFileUploadTests.m in Sources */, |
641 | 711 | E56B1022222382E400ED640F /* MSRedirectHandlerOptionsTests.m in Sources */, |
642 | 712 | E573EE072133FFF200C5E884 /* MSHTTPClientTests.m in Sources */, |
643 | 713 | E56B102022237F6500ED640F /* MSRetryHandlerOptionsTests.m in Sources */, |
644 | 714 | E52AD9E6212E8845005FED47 /* MSGraphClientSDKTests.h in Sources */, |
645 | 715 | E56678302150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m in Sources */, |
646 | 716 | E52AD9F42133E171005FED47 /* MSURLSessionDownloadTaskTests.m in Sources */, |
| 717 | + E54D1237226472FB00EB517A /* MSLargeFileUploadTaskTests.m in Sources */, |
647 | 718 | E573EE092134167400C5E884 /* MSClientFactoryTests.m in Sources */, |
648 | 719 | E566782E2150BC4F00C6B7AE /* MSRedirectHandlerTests.m in Sources */, |
| 720 | + E54D1223225C882A00EB517A /* MSPageIteratorTests.m in Sources */, |
649 | 721 | E573EE0B213427ED00C5E884 /* MSURLSessionTaskDelegateTests.m in Sources */, |
650 | 722 | E5ECE09E2142992F00A289C2 /* MSMiddlewareFactoryTests.m in Sources */, |
651 | 723 | E5069AE2211C323D00432372 /* MSURLSessionManagerTests.m in Sources */, |
|
667 | 739 | E56B101D2220086300ED640F /* MSRedirectHandlerOptions.m in Sources */, |
668 | 740 | E5DC741A21142C430040BAB6 /* MSClientFactory.m in Sources */, |
669 | 741 | E5069AC9211AAEC900432372 /* MSConstants.m in Sources */, |
| 742 | + E54D12782270A39200EB517A /* MSAuthenticationHandlerOptions.m in Sources */, |
670 | 743 | E56FDB9821D36A98001DFE68 /* MSURLSessionDownloadTask.m in Sources */, |
671 | 744 | E56FDB9921D36A98001DFE68 /* MSURLSessionUploadTask.m in Sources */, |
672 | 745 | E5ECE0A52146657900A289C2 /* MSRedirectHandler.m in Sources */, |
673 | 746 | E5ECE09821427A6400A289C2 /* MSMiddlewareFactory.m in Sources */, |
674 | 747 | E5204FF3216F1D9900E64160 /* MSBatchRequestStep.m in Sources */, |
675 | 748 | E56FDB9621D36A98001DFE68 /* MSURLSessionDataTask.m in Sources */, |
| 749 | + E54D123422646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.m in Sources */, |
676 | 750 | E5DC7405211418050040BAB6 /* MSURLSessionManager.m in Sources */, |
| 751 | + E54D123522646CA900EB517A /* MSLargeFileUploadTask.m in Sources */, |
677 | 752 | E5204FF0216F1D9900E64160 /* MSBatchResponseContent.m in Sources */, |
678 | 753 | E51E616D216DE4D300F1B3C0 /* MSRetryHandler.m in Sources */, |
679 | 754 | E5DC7408211418050040BAB6 /* MSURLSessionTaskDelegate.m in Sources */, |
680 | 755 | E5DC7409211418050040BAB6 /* MSAuthenticationHandler.m in Sources */, |
| 756 | + E54D121F225B59B300EB517A /* MSPageIterator.m in Sources */, |
681 | 757 | E5DC741D21142C430040BAB6 /* MSHTTPClient.m in Sources */, |
682 | 758 | ); |
683 | 759 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments