|
44 | 44 | 7FE0480D25681B29005BE7C7 /* NestedClosuresViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE0480C25681B29005BE7C7 /* NestedClosuresViewController.swift */; };
|
45 | 45 | 7FF11903256736BE000B6C59 /* Closure.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7FF11902256736BE000B6C59 /* Closure.storyboard */; };
|
46 | 46 | 7FF1190925673784000B6C59 /* NoLeakNonEscapingClosureViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FF1190825673784000B6C59 /* NoLeakNonEscapingClosureViewController.swift */; };
|
| 47 | + D62DE9522588B2C200CF5CE1 /* CoordinatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62DE94E2588B2C200CF5CE1 /* CoordinatorViewController.swift */; }; |
| 48 | + D62DE9532588B2C200CF5CE1 /* CoordinatorRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62DE94F2588B2C200CF5CE1 /* CoordinatorRootViewController.swift */; }; |
| 49 | + D62DE9542588B2C200CF5CE1 /* BaseCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62DE9502588B2C200CF5CE1 /* BaseCoordinator.swift */; }; |
| 50 | + D62DE9552588B2C200CF5CE1 /* Coordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62DE9512588B2C200CF5CE1 /* Coordinator.swift */; }; |
47 | 51 | D640D9DE2563AD7E005ABD34 /* DispatchQueueRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D640D9DD2563AD7E005ABD34 /* DispatchQueueRootViewController.swift */; };
|
48 | 52 | D640D9E42563AE04005ABD34 /* DispatchQueue.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D640D9E32563AE04005ABD34 /* DispatchQueue.storyboard */; };
|
49 | 53 | D640D9EA2563AE60005ABD34 /* NoLeakDispatchAsyncViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D640D9E92563AE60005ABD34 /* NoLeakDispatchAsyncViewController.swift */; };
|
|
104 | 108 | 7FE0480C25681B29005BE7C7 /* NestedClosuresViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NestedClosuresViewController.swift; sourceTree = "<group>"; };
|
105 | 109 | 7FF11902256736BE000B6C59 /* Closure.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Closure.storyboard; sourceTree = "<group>"; };
|
106 | 110 | 7FF1190825673784000B6C59 /* NoLeakNonEscapingClosureViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoLeakNonEscapingClosureViewController.swift; sourceTree = "<group>"; };
|
| 111 | + D62DE94E2588B2C200CF5CE1 /* CoordinatorViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoordinatorViewController.swift; sourceTree = "<group>"; }; |
| 112 | + D62DE94F2588B2C200CF5CE1 /* CoordinatorRootViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoordinatorRootViewController.swift; sourceTree = "<group>"; }; |
| 113 | + D62DE9502588B2C200CF5CE1 /* BaseCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseCoordinator.swift; sourceTree = "<group>"; }; |
| 114 | + D62DE9512588B2C200CF5CE1 /* Coordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Coordinator.swift; sourceTree = "<group>"; }; |
107 | 115 | D640D9DD2563AD7E005ABD34 /* DispatchQueueRootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DispatchQueueRootViewController.swift; sourceTree = "<group>"; };
|
108 | 116 | D640D9E32563AE04005ABD34 /* DispatchQueue.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = DispatchQueue.storyboard; sourceTree = "<group>"; };
|
109 | 117 | D640D9E92563AE60005ABD34 /* NoLeakDispatchAsyncViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoLeakDispatchAsyncViewController.swift; sourceTree = "<group>"; };
|
|
151 | 159 | 7F4F1C3A255EE07800A90DA8 /* Leak */ = {
|
152 | 160 | isa = PBXGroup;
|
153 | 161 | children = (
|
| 162 | + D62DE94D2588B2C200CF5CE1 /* Coordinator */, |
154 | 163 | 7FB179E8257375C000209C04 /* SimpleCases */,
|
155 | 164 | 7FB179D4257296FA00209C04 /* LazyVar */,
|
156 | 165 | 7FB179C7257225DD00209C04 /* Delegate */,
|
|
281 | 290 | path = NestedClosures;
|
282 | 291 | sourceTree = "<group>";
|
283 | 292 | };
|
| 293 | + D62DE94D2588B2C200CF5CE1 /* Coordinator */ = { |
| 294 | + isa = PBXGroup; |
| 295 | + children = ( |
| 296 | + D62DE94E2588B2C200CF5CE1 /* CoordinatorViewController.swift */, |
| 297 | + D62DE94F2588B2C200CF5CE1 /* CoordinatorRootViewController.swift */, |
| 298 | + D62DE9502588B2C200CF5CE1 /* BaseCoordinator.swift */, |
| 299 | + D62DE9512588B2C200CF5CE1 /* Coordinator.swift */, |
| 300 | + ); |
| 301 | + path = Coordinator; |
| 302 | + sourceTree = "<group>"; |
| 303 | + }; |
284 | 304 | D640D9DC2563AD6C005ABD34 /* DispatchQueue */ = {
|
285 | 305 | isa = PBXGroup;
|
286 | 306 | children = (
|
|
473 | 493 | 7FB179D62572970800209C04 /* LazyVarRootViewController.swift in Sources */,
|
474 | 494 | 7FB179F02573768B00209C04 /* SimpleCasesViewController.swift in Sources */,
|
475 | 495 | 7F4F1C40255EE0C700A90DA8 /* CombineViewController.swift in Sources */,
|
| 496 | + D62DE9542588B2C200CF5CE1 /* BaseCoordinator.swift in Sources */, |
476 | 497 | 7F18D5992565FA730045F6FC /* MainViewController.swift in Sources */,
|
477 | 498 | 7FB179E02572971C00209C04 /* LazyVarViewController.swift in Sources */,
|
| 499 | + D62DE9522588B2C200CF5CE1 /* CoordinatorViewController.swift in Sources */, |
478 | 500 | 7F4F1C712562A78000A90DA8 /* ClosureRootViewController.swift in Sources */,
|
479 | 501 | 7FE047EC2567F76C005BE7C7 /* AnimatorViewController.swift in Sources */,
|
480 | 502 | 7FB179C9257225F100209C04 /* DelegateRootViewController.swift in Sources */,
|
| 503 | + D62DE9552588B2C200CF5CE1 /* Coordinator.swift in Sources */, |
481 | 504 | 7FE0480725681A3E005BE7C7 /* NestedClosuresRootViewController.swift in Sources */,
|
482 | 505 | 7F4F1C5A25617CBA00A90DA8 /* UIApplication+TopMostController.swift in Sources */,
|
483 | 506 | D640D9EA2563AE60005ABD34 /* NoLeakDispatchAsyncViewController.swift in Sources */,
|
|
489 | 512 | 7FBA06D5256A8782000A42C4 /* URLSessionRootViewController.swift in Sources */,
|
490 | 513 | 7F18D5912565F4E70045F6FC /* ChildViewController.swift in Sources */,
|
491 | 514 | 7F1131782562D8C500438910 /* LeakDetectableViewController.swift in Sources */,
|
| 515 | + D62DE9532588B2C200CF5CE1 /* CoordinatorRootViewController.swift in Sources */, |
492 | 516 | 7FF1190925673784000B6C59 /* NoLeakNonEscapingClosureViewController.swift in Sources */,
|
493 | 517 | 7FBA06F2256B22E2000A42C4 /* FutureViewController.swift in Sources */,
|
494 | 518 | 7FE047E82567F6E0005BE7C7 /* AnimateRootViewController.swift in Sources */,
|
|
0 commit comments