|
50 | 50 | 87FABDD72DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FABDD62DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift */; }; |
51 | 51 | 87FABDD82DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FABDD62DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift */; }; |
52 | 52 | 87FABDD92DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FABDD62DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift */; }; |
| 53 | + 87FABDDD2DC9F2DF00E0C67B /* OAuth2Actor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FABDDC2DC9F2DF00E0C67B /* OAuth2Actor.swift */; }; |
| 54 | + 87FABDDE2DC9F2DF00E0C67B /* OAuth2Actor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FABDDC2DC9F2DF00E0C67B /* OAuth2Actor.swift */; }; |
| 55 | + 87FABDDF2DC9F2DF00E0C67B /* OAuth2Actor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FABDDC2DC9F2DF00E0C67B /* OAuth2Actor.swift */; }; |
53 | 56 | CCCE40D6B4EAD9BF05C92ACE /* OAuth2CustomAuthorizer+iOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCCE4C8DC3CB7713E59BC1EE /* OAuth2CustomAuthorizer+iOS.swift */; }; |
54 | 57 | DD0CCBAD1C4DC83A0044C4E3 /* OAuth2WebViewController+macOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD0CCBAC1C4DC83A0044C4E3 /* OAuth2WebViewController+macOS.swift */; }; |
55 | 58 | EA9758181B222CEA007744B1 /* OAuth2PasswordGrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA9758171B222CEA007744B1 /* OAuth2PasswordGrant.swift */; }; |
|
193 | 196 | 87B3E07B29F6AF240075C4DC /* OAuth2DeviceGrantTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2DeviceGrantTests.swift; sourceTree = "<group>"; }; |
194 | 197 | 87FABDD22DC8D77000E0C67B /* XCTAssertThrowsErrorAsync.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTAssertThrowsErrorAsync.swift; sourceTree = "<group>"; }; |
195 | 198 | 87FABDD62DC8FA8100E0C67B /* OAuth2ImplicitGrantWithQueryParams.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2ImplicitGrantWithQueryParams.swift; sourceTree = "<group>"; }; |
| 199 | + 87FABDDC2DC9F2DF00E0C67B /* OAuth2Actor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth2Actor.swift; sourceTree = "<group>"; }; |
196 | 200 | CCCE4C8DC3CB7713E59BC1EE /* OAuth2CustomAuthorizer+iOS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "OAuth2CustomAuthorizer+iOS.swift"; sourceTree = "<group>"; }; |
197 | 201 | DD0CCBAC1C4DC83A0044C4E3 /* OAuth2WebViewController+macOS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "OAuth2WebViewController+macOS.swift"; sourceTree = "<group>"; }; |
198 | 202 | EA9758171B222CEA007744B1 /* OAuth2PasswordGrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = OAuth2PasswordGrant.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
|
311 | 315 | path = Constants; |
312 | 316 | sourceTree = "<group>"; |
313 | 317 | }; |
314 | | - 87FABDD52DC8D7C300E0C67B /* Utils */ = { |
| 318 | + 87FABDDB2DC9F18F00E0C67B /* TestUtils */ = { |
315 | 319 | isa = PBXGroup; |
316 | 320 | children = ( |
317 | 321 | 87FABDD22DC8D77000E0C67B /* XCTAssertThrowsErrorAsync.swift */, |
318 | 322 | ); |
319 | | - path = Utils; |
| 323 | + path = TestUtils; |
320 | 324 | sourceTree = "<group>"; |
321 | 325 | }; |
322 | 326 | EE2486281AC85DD4002B31AF /* iOS */ = { |
|
332 | 336 | EE2983731D40BC8900933CDD /* Base */ = { |
333 | 337 | isa = PBXGroup; |
334 | 338 | children = ( |
| 339 | + 87FABDDC2DC9F2DF00E0C67B /* OAuth2Actor.swift */, |
335 | 340 | EEDB8640193FAB9200C4EEA1 /* OAuth2Base.swift */, |
336 | 341 | EE9EBF1A1D775F74003263FC /* OAuth2Securable.swift */, |
337 | 342 | EEF47D2A1B1E3FDD0057D838 /* OAuth2Requestable.swift */, |
|
466 | 471 | EE2486281AC85DD4002B31AF /* iOS */, |
467 | 472 | EEC7A8C51AE46C33008C30E7 /* macOS */, |
468 | 473 | 65D294B91C57CB47009DA970 /* tvOS */, |
| 474 | + 87FABDDB2DC9F18F00E0C67B /* TestUtils */, |
469 | 475 | EEDB8627193FAAE500C4EEA1 /* Supporting Files */, |
470 | 476 | ); |
471 | 477 | name = OAuth2; |
|
489 | 495 | EE4EBD801D7FF38200E6A9CA /* Flows */, |
490 | 496 | EEB9A9811D86CD540022EF66 /* DataLoader */, |
491 | 497 | EEE209A419427DFE00736F1A /* Supporting Files */, |
492 | | - 87FABDD52DC8D7C300E0C67B /* Utils */, |
493 | 498 | ); |
494 | 499 | path = Tests; |
495 | 500 | sourceTree = "<group>"; |
|
723 | 728 | 6598544E1C5B3C9500237D39 /* OAuth2Authorizer+tvOS.swift in Sources */, |
724 | 729 | EE9EBF151D775A21003263FC /* OAuth2DataLoader.swift in Sources */, |
725 | 730 | EE1070361E5C7A4200250586 /* OAuth2CustomAuthorizerUI.swift in Sources */, |
| 731 | + 87FABDDE2DC9F2DF00E0C67B /* OAuth2Actor.swift in Sources */, |
726 | 732 | EEAEF10D1CDBCF28001A1C6F /* OAuth2Logger.swift in Sources */, |
727 | 733 | EE9EBF1D1D775F74003263FC /* OAuth2Securable.swift in Sources */, |
728 | 734 | 659854521C5B3C9C00237D39 /* OAuth2AuthConfig.swift in Sources */, |
|
741 | 747 | EEAEF10C1CDBCF28001A1C6F /* OAuth2Logger.swift in Sources */, |
742 | 748 | EE20118D1E44D0BD00913FA7 /* OAuth2DataLoaderSessionTaskDelegate.swift in Sources */, |
743 | 749 | 65EC05E11C9050CB00DE9186 /* OAuth2KeychainAccount.swift in Sources */, |
| 750 | + 87FABDDF2DC9F2DF00E0C67B /* OAuth2Actor.swift in Sources */, |
744 | 751 | EE86C4661C48F6AC00B7D486 /* OAuth2CodeGrantNoTokenType.swift in Sources */, |
745 | 752 | EE9EBF1C1D775F74003263FC /* OAuth2Securable.swift in Sources */, |
746 | 753 | EEF47D2C1B1E3FDD0057D838 /* OAuth2Requestable.swift in Sources */, |
|
808 | 815 | EEACE1D61A7E8DEB009BF3A7 /* OAuth2ImplicitGrant.swift in Sources */, |
809 | 816 | EEFD23511C9ED9E400727DCF /* OAuth2ClientCredentialsReddit.swift in Sources */, |
810 | 817 | EE2983701D40B83600933CDD /* OAuth2.swift in Sources */, |
| 818 | + 87FABDDD2DC9F2DF00E0C67B /* OAuth2Actor.swift in Sources */, |
811 | 819 | EEB9A97C1D86C34E0022EF66 /* OAuth2Response.swift in Sources */, |
812 | 820 | EEACE1D81A7E8DEE009BF3A7 /* OAuth2CodeGrant.swift in Sources */, |
813 | 821 | EE9EBF131D775A21003263FC /* OAuth2DataLoader.swift in Sources */, |
|
0 commit comments