|
33 | 33 | AFB7D4031FC81C8F00045D2B /* Foundation+ExtensionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF82F6731FC81B5F006DF7BC /* Foundation+ExtensionsTests.swift */; };
|
34 | 34 | AFB7D4051FC81D6100045D2B /* LaunchRouterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFB7D4041FC81D6100045D2B /* LaunchRouterTests.swift */; };
|
35 | 35 | BF5FC0F122808377004235F1 /* RxRelay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF5FC0F022808377004235F1 /* RxRelay.framework */; };
|
| 36 | + DB64C327273ED46E00CB2E5D /* ComponentizedBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB64C326273ED46E00CB2E5D /* ComponentizedBuilder.swift */; }; |
| 37 | + DB64C329273ED47600CB2E5D /* MultiStageComponentizedBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB64C328273ED47600CB2E5D /* MultiStageComponentizedBuilder.swift */; }; |
36 | 38 | /* End PBXBuildFile section */
|
37 | 39 |
|
38 | 40 | /* Begin PBXContainerItemProxy section */
|
|
75 | 77 | AF9966B11FC40D7E00CAEAA2 /* RxSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxSwift.framework; path = ../Carthage/Build/iOS/RxSwift.framework; sourceTree = "<group>"; };
|
76 | 78 | AFB7D4041FC81D6100045D2B /* LaunchRouterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchRouterTests.swift; sourceTree = "<group>"; };
|
77 | 79 | BF5FC0F022808377004235F1 /* RxRelay.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxRelay.framework; path = ../Carthage/Build/iOS/RxRelay.framework; sourceTree = "<group>"; };
|
| 80 | + DB64C326273ED46E00CB2E5D /* ComponentizedBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComponentizedBuilder.swift; sourceTree = "<group>"; }; |
| 81 | + DB64C328273ED47600CB2E5D /* MultiStageComponentizedBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiStageComponentizedBuilder.swift; sourceTree = "<group>"; }; |
78 | 82 | E8E789432378AD000043E59E /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Package.swift; path = ../Package.swift; sourceTree = SOURCE_ROOT; };
|
79 | 83 | /* End PBXFileReference section */
|
80 | 84 |
|
|
103 | 107 | isa = PBXGroup;
|
104 | 108 | children = (
|
105 | 109 | 413177291F8EEFF0005F08F0 /* Builder.swift */,
|
| 110 | + DB64C326273ED46E00CB2E5D /* ComponentizedBuilder.swift */, |
106 | 111 | 413177221F8EEFEF005F08F0 /* Interactor.swift */,
|
107 | 112 | 413177261F8EEFEF005F08F0 /* LaunchRouter.swift */,
|
| 113 | + DB64C328273ED47600CB2E5D /* MultiStageComponentizedBuilder.swift */, |
108 | 114 | 413177231F8EEFEF005F08F0 /* PresentableInteractor.swift */,
|
109 | 115 | 413177251F8EEFEF005F08F0 /* Presenter.swift */,
|
110 | 116 | 413177271F8EEFEF005F08F0 /* Router.swift */,
|
|
386 | 392 | 418C175C1F97F19F003C03F7 /* Component.swift in Sources */,
|
387 | 393 | 4131773D1F8EF98A005F08F0 /* Foundation+Extensions.swift in Sources */,
|
388 | 394 | 4131772E1F8EF5FF005F08F0 /* LaunchRouter.swift in Sources */,
|
| 395 | + DB64C329273ED47600CB2E5D /* MultiStageComponentizedBuilder.swift in Sources */, |
389 | 396 | 413177391F8EF70F005F08F0 /* Executor.swift in Sources */,
|
390 | 397 | 413177341F8EF602005F08F0 /* Worker.swift in Sources */,
|
391 | 398 | 418C175D1F97F1A1003C03F7 /* Dependency.swift in Sources */,
|
392 | 399 | 4131772D1F8EF5FF005F08F0 /* Interactor.swift in Sources */,
|
393 | 400 | 413177321F8EF5FF005F08F0 /* ViewableRouter.swift in Sources */,
|
394 | 401 | 413177351F8EF605005F08F0 /* Workflow.swift in Sources */,
|
395 | 402 | 4131772F1F8EF5FF005F08F0 /* PresentableInteractor.swift in Sources */,
|
| 403 | + DB64C327273ED46E00CB2E5D /* ComponentizedBuilder.swift in Sources */, |
396 | 404 | 4131772C1F8EF5FF005F08F0 /* Builder.swift in Sources */,
|
397 | 405 | 413177331F8EF5FF005F08F0 /* ViewControllable.swift in Sources */,
|
398 | 406 | 413177311F8EF5FF005F08F0 /* Router.swift in Sources */,
|
|
0 commit comments