|
43 | 43 | E54D1237226472FB00EB517A /* MSLargeFileUploadTaskTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E54D1236226472FB00EB517A /* MSLargeFileUploadTaskTests.m */; }; |
44 | 44 | E54D123B2264858100EB517A /* LargeFileUploadResource.bmp in Resources */ = {isa = PBXBuildFile; fileRef = E54D123A2264858100EB517A /* LargeFileUploadResource.bmp */; }; |
45 | 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 */; }; |
46 | 50 | E566782E2150BC4F00C6B7AE /* MSRedirectHandlerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E566782D2150BC4F00C6B7AE /* MSRedirectHandlerTests.m */; }; |
47 | 51 | E56678302150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E566782F2150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m */; }; |
48 | 52 | E56B101C2220086300ED640F /* MSRedirectHandlerOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = E56B101A2220086300ED640F /* MSRedirectHandlerOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
135 | 139 | E54D1236226472FB00EB517A /* MSLargeFileUploadTaskTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSLargeFileUploadTaskTests.m; sourceTree = "<group>"; }; |
136 | 140 | E54D123A2264858100EB517A /* LargeFileUploadResource.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = LargeFileUploadResource.bmp; sourceTree = "<group>"; }; |
137 | 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>"; }; |
138 | 146 | E566782D2150BC4F00C6B7AE /* MSRedirectHandlerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRedirectHandlerTests.m; sourceTree = "<group>"; }; |
139 | 147 | E566782F2150E1AF00C6B7AE /* MSAuthenticationHandlerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSAuthenticationHandlerTests.m; sourceTree = "<group>"; }; |
140 | 148 | E56B101A2220086300ED640F /* MSRedirectHandlerOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRedirectHandlerOptions.h; sourceTree = "<group>"; }; |
|
215 | 223 | isa = PBXGroup; |
216 | 224 | children = ( |
217 | 225 | E5DC73F6211418040040BAB6 /* MSAuthenticationProvider.h */, |
| 226 | + E54D123E226EF79C00EB517A /* MSAuthenticationProviderOptions.h */, |
218 | 227 | ); |
219 | 228 | path = Authentication; |
220 | 229 | sourceTree = "<group>"; |
|
363 | 372 | E56B101E22237F3900ED640F /* Options */ = { |
364 | 373 | isa = PBXGroup; |
365 | 374 | children = ( |
| 375 | + E54D128E22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m */, |
366 | 376 | E56B101F22237F6500ED640F /* MSRetryHandlerOptionsTests.m */, |
367 | 377 | E56B1021222382E400ED640F /* MSRedirectHandlerOptionsTests.m */, |
368 | 378 | ); |
|
425 | 435 | E59EBFED221D3B6700B4B279 /* MSRetryHandlerOptions.m */, |
426 | 436 | E56B101A2220086300ED640F /* MSRedirectHandlerOptions.h */, |
427 | 437 | E56B101B2220086300ED640F /* MSRedirectHandlerOptions.m */, |
| 438 | + E54D12752270A39200EB517A /* MSAuthenticationHandlerOptions.h */, |
| 439 | + E54D12762270A39200EB517A /* MSAuthenticationHandlerOptions.m */, |
428 | 440 | ); |
429 | 441 | path = Options; |
430 | 442 | sourceTree = "<group>"; |
|
557 | 569 | files = ( |
558 | 570 | E5DC7407211418050040BAB6 /* MSURLSessionManager.h in Headers */, |
559 | 571 | E5DC741C21142C430040BAB6 /* MSClientFactory.h in Headers */, |
| 572 | + E54D12892271C91D00EB517A /* MSAuthenticationProviderOptions.h in Headers */, |
560 | 573 | E5DC740E211418050040BAB6 /* MSHttpProvider.h in Headers */, |
561 | 574 | E5DC740C211418050040BAB6 /* MSAuthenticationProvider.h in Headers */, |
562 | 575 | E5DC7410211418050040BAB6 /* MSGraphMiddleware.h in Headers */, |
|
580 | 593 | E56B101C2220086300ED640F /* MSRedirectHandlerOptions.h in Headers */, |
581 | 594 | E54D123222646CA900EB517A /* MSGraphOneDriveLargeFileUploadTask.h in Headers */, |
582 | 595 | E54D123322646CA900EB517A /* MSLargeFileUploadTask.h in Headers */, |
| 596 | + E54D12772270A39200EB517A /* MSAuthenticationHandlerOptions.h in Headers */, |
583 | 597 | E54D1220225B59B300EB517A /* MSPageIterator.h in Headers */, |
584 | 598 | E5DC73DF211412BF0040BAB6 /* MSGraphClientSDK.h in Headers */, |
585 | 599 | ); |
|
692 | 706 | E5204FFF2173A7C200E64160 /* MSBatchRequestStepTests.m in Sources */, |
693 | 707 | E52050042174C1DB00E64160 /* MSBatchResponseContentTests.m in Sources */, |
694 | 708 | E51E616F216E073F00F1B3C0 /* MSRetryHandlerTests.m in Sources */, |
| 709 | + E54D128F22733FCD00EB517A /* MSAuthenticationHandlerOptionsTests.m in Sources */, |
695 | 710 | E54D123D2264AEBD00EB517A /* MSGraphOneDriveLargeFileUploadTests.m in Sources */, |
696 | 711 | E56B1022222382E400ED640F /* MSRedirectHandlerOptionsTests.m in Sources */, |
697 | 712 | E573EE072133FFF200C5E884 /* MSHTTPClientTests.m in Sources */, |
|
724 | 739 | E56B101D2220086300ED640F /* MSRedirectHandlerOptions.m in Sources */, |
725 | 740 | E5DC741A21142C430040BAB6 /* MSClientFactory.m in Sources */, |
726 | 741 | E5069AC9211AAEC900432372 /* MSConstants.m in Sources */, |
| 742 | + E54D12782270A39200EB517A /* MSAuthenticationHandlerOptions.m in Sources */, |
727 | 743 | E56FDB9821D36A98001DFE68 /* MSURLSessionDownloadTask.m in Sources */, |
728 | 744 | E56FDB9921D36A98001DFE68 /* MSURLSessionUploadTask.m in Sources */, |
729 | 745 | E5ECE0A52146657900A289C2 /* MSRedirectHandler.m in Sources */, |
|
0 commit comments