|
35 | 35 | 25BE03E11C7C07E6005EBB09 /* AuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25BE03E01C7C07E6005EBB09 /* AuthenticationService.swift */; };
|
36 | 36 | 25C00E991C3CD8E50074655A /* AuthenticationActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25C00E981C3CD8E50074655A /* AuthenticationActions.swift */; };
|
37 | 37 | 25C00E9C1C3CDAAC0074655A /* AuthenticationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25C00E9B1C3CDAAC0074655A /* AuthenticationState.swift */; };
|
38 |
| - 6296CA0E1C4D777800A60ECD /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6296CA0D1C4D777800A60ECD /* Credentials.swift */; }; |
| 38 | + 25FCB37B1F81D93B008EBFD4 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25FCB37A1F81D93B008EBFD4 /* Credentials.swift */; }; |
39 | 39 | 62C935481C8CD17F00887A23 /* GitHubRepositories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C935471C8CD17F00887A23 /* GitHubRepositories.swift */; };
|
40 | 40 | 62C9354A1C8CD2CC00887A23 /* GitHubRepositoriesActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C935491C8CD2CC00887A23 /* GitHubRepositoriesActions.swift */; };
|
41 | 41 | 62C935791C8CD6E500887A23 /* ListKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62C935581C8CD6B400887A23 /* ListKit.framework */; };
|
|
545 | 545 | 25BE03E01C7C07E6005EBB09 /* AuthenticationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationService.swift; sourceTree = "<group>"; };
|
546 | 546 | 25C00E981C3CD8E50074655A /* AuthenticationActions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationActions.swift; sourceTree = "<group>"; };
|
547 | 547 | 25C00E9B1C3CDAAC0074655A /* AuthenticationState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationState.swift; sourceTree = "<group>"; };
|
548 |
| - 6296CA0D1C4D777800A60ECD /* Credentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; }; |
| 548 | + 25FCB37A1F81D93B008EBFD4 /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; }; |
549 | 549 | 62C935471C8CD17F00887A23 /* GitHubRepositories.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GitHubRepositories.swift; sourceTree = "<group>"; };
|
550 | 550 | 62C935491C8CD2CC00887A23 /* GitHubRepositoriesActions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GitHubRepositoriesActions.swift; sourceTree = "<group>"; };
|
551 | 551 | 62C9354C1C8CD6B300887A23 /* ListKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ListKit.xcodeproj; path = Carthage/Checkouts/ListKit/ListKit.xcodeproj; sourceTree = SOURCE_ROOT; };
|
|
710 | 710 | 25BB761F1C3CB8CB008EA13B /* SwiftFlowGitHubBrowser */ = {
|
711 | 711 | isa = PBXGroup;
|
712 | 712 | children = (
|
| 713 | + 25FCB3791F81D930008EBFD4 /* GitHubAuth */, |
713 | 714 | 257420871D4430330002D020 /* UIKitExtensions */,
|
714 | 715 | 257420821D442A700002D020 /* Views */,
|
715 | 716 | 62C935461C8CD14F00887A23 /* APIRequests */,
|
716 | 717 | 25BE03BA1C7C079B005EBB09 /* Services */,
|
717 | 718 | 62EF0A6C1C700ABB00D13711 /* ViewControllers */,
|
718 |
| - 25C00EA41C3CEDBB0074655A /* GitHubAuth */, |
719 | 719 | 25C00E9A1C3CDA340074655A /* Reducers */,
|
720 | 720 | 25C00E8E1C3CD8BE0074655A /* Actions */,
|
721 | 721 | 258184381C3CC8FA008E200A /* Routes */,
|
|
773 | 773 | name = Reducers;
|
774 | 774 | sourceTree = "<group>";
|
775 | 775 | };
|
776 |
| - 25C00EA41C3CEDBB0074655A /* GitHubAuth */ = { |
| 776 | + 25FCB3791F81D930008EBFD4 /* GitHubAuth */ = { |
777 | 777 | isa = PBXGroup;
|
778 | 778 | children = (
|
779 |
| - 6296CA0D1C4D777800A60ECD /* Credentials.swift */, |
| 779 | + 25FCB37A1F81D93B008EBFD4 /* Credentials.swift */, |
780 | 780 | );
|
781 | 781 | path = GitHubAuth;
|
782 | 782 | sourceTree = "<group>";
|
|
1448 | 1448 | buildActionMask = 2147483647;
|
1449 | 1449 | files = (
|
1450 | 1450 | 62EF0A701C700AD500D13711 /* MainViewController.swift in Sources */,
|
1451 |
| - 6296CA0E1C4D777800A60ECD /* Credentials.swift in Sources */, |
1452 | 1451 | 25BE03E11C7C07E6005EBB09 /* AuthenticationService.swift in Sources */,
|
1453 | 1452 | 2574204D1D4421410002D020 /* BookmarkService.swift in Sources */,
|
1454 | 1453 | 257420891D44304C0002D020 /* NavigationController+CompletionBlock.swift in Sources */,
|
|
1462 | 1461 | 62C9354A1C8CD2CC00887A23 /* GitHubRepositoriesActions.swift in Sources */,
|
1463 | 1462 | 257420861D442E020002D020 /* BookmarkTableViewCell.swift in Sources */,
|
1464 | 1463 | 25C00E991C3CD8E50074655A /* AuthenticationActions.swift in Sources */,
|
| 1464 | + 25FCB37B1F81D93B008EBFD4 /* Credentials.swift in Sources */, |
1465 | 1465 | 2581843A1C3CC912008E200A /* Routes.swift in Sources */,
|
1466 | 1466 | 62C935481C8CD17F00887A23 /* GitHubRepositories.swift in Sources */,
|
1467 | 1467 | 25BB76211C3CB8CB008EA13B /* AppDelegate.swift in Sources */,
|
|
0 commit comments