|
28 | 28 | 383BE4DC1FCB67F400C17AE3 /* Cache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4DB1FCB67F400C17AE3 /* Cache.swift */; }; |
29 | 29 | 383BE4DD1FCB680A00C17AE3 /* Lifetime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4D91FCB66F100C17AE3 /* Lifetime.swift */; }; |
30 | 30 | 383BE4DE1FCB680C00C17AE3 /* Cachable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4DA1FCB66F100C17AE3 /* Cachable.swift */; }; |
31 | | - 383BE4E61FCBA91200C17AE3 /* NavigationAction+Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4E51FCBA91200C17AE3 /* NavigationAction+Routing.swift */; }; |
| 31 | + 383BE4E61FCBA91200C17AE3 /* NavigationConfiguration+Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4E51FCBA91200C17AE3 /* NavigationConfiguration+Routing.swift */; }; |
32 | 32 | 385718661FBDB33C0050810F /* UINavigationController+ViewControllerEmbedding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385718651FBDB33C0050810F /* UINavigationController+ViewControllerEmbedding.swift */; }; |
33 | 33 | 385B9CCF1FEC5A06001306EC /* DataPassable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385B9CCE1FEC5A06001306EC /* DataPassable.swift */; }; |
34 | 34 | 3865B9741FEE959700C3182E /* ResponseAware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3865B9731FEE959700C3182E /* ResponseAware.swift */; }; |
|
56 | 56 | 3865B98E1FEEA69B00C3182E /* ViewControllerEventable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4C81FCB4BC800C17AE3 /* ViewControllerEventable.swift */; }; |
57 | 57 | 3865B98F1FEEA69B00C3182E /* Eventable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4CA1FCB4BE600C17AE3 /* Eventable.swift */; }; |
58 | 58 | 3865B9901FEEA69B00C3182E /* ViewControllerEmbedding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E4584A1FAD0F5600134E74 /* ViewControllerEmbedding.swift */; }; |
59 | | - 3865B9911FEEA6A400C3182E /* NavigationAction+Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4E51FCBA91200C17AE3 /* NavigationAction+Routing.swift */; }; |
| 59 | + 3865B9911FEEA6A400C3182E /* NavigationConfiguration+Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383BE4E51FCBA91200C17AE3 /* NavigationConfiguration+Routing.swift */; }; |
60 | 60 | 3865B9921FEEA6A400C3182E /* Router+SharedInstance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 381C01141FCCCCC700CA7531 /* Router+SharedInstance.swift */; }; |
61 | 61 | 38814B02200EA3C900480711 /* ViewController_Purple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38814B01200EA3C900480711 /* ViewController_Purple.swift */; }; |
62 | 62 | 38814B04200EBA0A00480711 /* Auth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38814B03200EBA0A00480711 /* Auth.swift */; }; |
|
75 | 75 | 38CBD2FD1FE7309300D495CE /* NavigationTest_Present.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38CBD2F71FE7309300D495CE /* NavigationTest_Present.swift */; }; |
76 | 76 | 38CBD2FE1FE7309300D495CE /* NavigationTest_Push.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38CBD2F91FE7309300D495CE /* NavigationTest_Push.swift */; }; |
77 | 77 | 38CBD2FF1FE7309300D495CE /* NavigationTest_Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38CBD2FB1FE7309300D495CE /* NavigationTest_Routing.swift */; }; |
| 78 | + 38D8232720228CD3003FA799 /* UIViewController+Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D8232620228CD3003FA799 /* UIViewController+Routing.swift */; }; |
| 79 | + 38D8232820228CD3003FA799 /* UIViewController+Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D8232620228CD3003FA799 /* UIViewController+Routing.swift */; }; |
78 | 80 | 38E458141FACFD4F00134E74 /* CoreNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E458121FACFD4F00134E74 /* CoreNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
79 | 81 | 38E4582E1FACFE1C00134E74 /* Navigation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E4582D1FACFE1C00134E74 /* Navigation.swift */; }; |
80 | 82 | 38E4584B1FAD0F5600134E74 /* ViewControllerEmbedding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E4584A1FAD0F5600134E74 /* ViewControllerEmbedding.swift */; }; |
|
129 | 131 | 383BE4D91FCB66F100C17AE3 /* Lifetime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lifetime.swift; sourceTree = "<group>"; }; |
130 | 132 | 383BE4DA1FCB66F100C17AE3 /* Cachable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cachable.swift; sourceTree = "<group>"; }; |
131 | 133 | 383BE4DB1FCB67F400C17AE3 /* Cache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cache.swift; sourceTree = "<group>"; }; |
132 | | - 383BE4E51FCBA91200C17AE3 /* NavigationAction+Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NavigationAction+Routing.swift"; sourceTree = "<group>"; }; |
| 134 | + 383BE4E51FCBA91200C17AE3 /* NavigationConfiguration+Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NavigationConfiguration+Routing.swift"; sourceTree = "<group>"; }; |
133 | 135 | 385718651FBDB33C0050810F /* UINavigationController+ViewControllerEmbedding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UINavigationController+ViewControllerEmbedding.swift"; sourceTree = "<group>"; }; |
134 | 136 | 385B9CCE1FEC5A06001306EC /* DataPassable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataPassable.swift; sourceTree = "<group>"; }; |
135 | 137 | 3865B9731FEE959700C3182E /* ResponseAware.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseAware.swift; sourceTree = "<group>"; }; |
|
152 | 154 | 38CBD2F71FE7309300D495CE /* NavigationTest_Present.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NavigationTest_Present.swift; sourceTree = "<group>"; }; |
153 | 155 | 38CBD2F91FE7309300D495CE /* NavigationTest_Push.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NavigationTest_Push.swift; sourceTree = "<group>"; }; |
154 | 156 | 38CBD2FB1FE7309300D495CE /* NavigationTest_Routing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NavigationTest_Routing.swift; sourceTree = "<group>"; }; |
| 157 | + 38D8232620228CD3003FA799 /* UIViewController+Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Routing.swift"; sourceTree = "<group>"; }; |
155 | 158 | 38E4580F1FACFD4F00134E74 /* CoreNavigation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreNavigation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
156 | 159 | 38E458121FACFD4F00134E74 /* CoreNavigation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreNavigation.h; sourceTree = "<group>"; }; |
157 | 160 | 38E458131FACFD4F00134E74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
256 | 259 | 383BE4E41FCBA90300C17AE3 /* Extensions */ = { |
257 | 260 | isa = PBXGroup; |
258 | 261 | children = ( |
259 | | - 383BE4E51FCBA91200C17AE3 /* NavigationAction+Routing.swift */, |
| 262 | + 383BE4E51FCBA91200C17AE3 /* NavigationConfiguration+Routing.swift */, |
260 | 263 | 381C01141FCCCCC700CA7531 /* Router+SharedInstance.swift */, |
| 264 | + 38D8232620228CD3003FA799 /* UIViewController+Routing.swift */, |
261 | 265 | ); |
262 | 266 | path = Extensions; |
263 | 267 | sourceTree = "<group>"; |
|
815 | 819 | 3865B98E1FEEA69B00C3182E /* ViewControllerEventable.swift in Sources */, |
816 | 820 | 38E890552002CAF3006C1C67 /* ProtectionSpace.swift in Sources */, |
817 | 821 | 3865B9921FEEA6A400C3182E /* Router+SharedInstance.swift in Sources */, |
818 | | - 3865B9911FEEA6A400C3182E /* NavigationAction+Routing.swift in Sources */, |
| 822 | + 3865B9911FEEA6A400C3182E /* NavigationConfiguration+Routing.swift in Sources */, |
819 | 823 | 3865B9891FEEA69B00C3182E /* DataPassable.swift in Sources */, |
820 | 824 | 38C518D71FE5E74400581709 /* Route_Orange.swift in Sources */, |
821 | 825 | 3865B97F1FEEA68B00C3182E /* Configuration.swift in Sources */, |
|
824 | 828 | 38814B02200EA3C900480711 /* ViewController_Purple.swift in Sources */, |
825 | 829 | 3865B9901FEEA69B00C3182E /* ViewControllerEmbedding.swift in Sources */, |
826 | 830 | 38814B04200EBA0A00480711 /* Auth.swift in Sources */, |
| 831 | + 38D8232820228CD3003FA799 /* UIViewController+Routing.swift in Sources */, |
827 | 832 | 3808A414200C2991006FD933 /* StateRestorable.swift in Sources */, |
828 | 833 | 38C518D51FE5E73600581709 /* Destination.swift in Sources */, |
829 | 834 | 3865B9841FEEA68E00C3182E /* UINavigationController+TransitioningCompletion.swift in Sources */, |
|
864 | 869 | 383BE4C91FCB4BC800C17AE3 /* ViewControllerEventable.swift in Sources */, |
865 | 870 | 3808A413200C2991006FD933 /* StateRestorable.swift in Sources */, |
866 | 871 | 381C01151FCCCCC700CA7531 /* Router+SharedInstance.swift in Sources */, |
| 872 | + 38D8232720228CD3003FA799 /* UIViewController+Routing.swift in Sources */, |
867 | 873 | 38F34B021FCB0D8C000F2696 /* UIViewController+VisibleViewController.swift in Sources */, |
868 | 874 | 383BE4C71FCB4BB100C17AE3 /* Transitionable.swift in Sources */, |
869 | 875 | 38392DB01FBCF66D00040EA8 /* Navigator.swift in Sources */, |
|
885 | 891 | 38392DB51FBD175000040EA8 /* Configuration.swift in Sources */, |
886 | 892 | 383BE4CB1FCB4BE600C17AE3 /* Eventable.swift in Sources */, |
887 | 893 | 383BE4D31FCB4E7D00C17AE3 /* ObjectAssociation.swift in Sources */, |
888 | | - 383BE4E61FCBA91200C17AE3 /* NavigationAction+Routing.swift in Sources */, |
| 894 | + 383BE4E61FCBA91200C17AE3 /* NavigationConfiguration+Routing.swift in Sources */, |
889 | 895 | ); |
890 | 896 | runOnlyForDeploymentPostprocessing = 0; |
891 | 897 | }; |
|
0 commit comments