-
Notifications
You must be signed in to change notification settings - Fork 0
/
SwiftyViperMcFlurryStoryboardComplexRootCollectionViewCacheTracker.rambaspec
61 lines (47 loc) · 3.08 KB
/
SwiftyViperMcFlurryStoryboardComplexRootCollectionViewCacheTracker.rambaspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Template information section
name: "SwiftyViperMcFlurryStoryboardComplexRootCollectionViewCacheTracker"
summary: "Swift VIPER module template with UICollectionView playing as root View"
author: "Siarhei Ladzeika"
version: "2.0.0"
license: "MIT"
# The declarations for code files
code_files:
# Helpers
- {name: Helpers/Embeddable.swift, path: Code/Helpers/embeddable.swift.liquid}
- {name: Helpers/EmbeddableModule.swift, path: Code/Helpers/embeddable_module.swift.liquid}
- {name: Helpers/ModuleEntityModel.swift, path: Code/Helpers/moduleentitymodel.complex.cachetracker.swift.liquid}
- {name: Helpers/ModuleDatabaseModel.swift, path: Code/Helpers/moduledatabasemodel.cachetracker.swift.liquid}
# View layer
- {name: View/Helpers/ViewInputTheme.swift, path: Code/View/view_input_theme.swift.liquid}
- {name: View/Helpers/ViewLayout.swift, path: Code/View/Helpers/collectionview_layout.swift.liquid}
- {name: View/ViewInput.swift, path: Code/View/view_input.complex.cachetracker.swift.liquid}
- {name: View/ViewOutput.swift, path: Code/View/view_output.cachetracker.swift.liquid}
- {name: View/ViewController.swift, path: Code/View/view_controller.complex.root_collectionview.cachetracker.swift.liquid}
- {name: View/Helpers/ViewCell.swift, path: Code/View/view_controller.complex.collectionview.cachetracker.cell.swift.liquid}
- {name: View/Helpers/ViewCellContext.swift, path: Code/View/view_controller.cell_context.swift.liquid}
# Presenter layer
- {name: Presenter/Helpers/ModuleInputConfig.swift, path: Code/Helpers/moduleinputconfig.swift.liquid}
- {name: Presenter/ModuleInput.swift, path: Code/Presenter/module_input.mcflurry.swift.liquid}
- {name: Presenter/ModuleOutput.swift, path: Code/Presenter/module_output.mcflurry.swift.liquid}
- {name: Presenter/Presenter.swift, path: Code/Presenter/presenter.mcflurry.complex.cachetracker.swift.liquid}
# Interactor layer
- {name: Interactor/InteractorInput.swift, path: Code/Interactor/interactor_input.cachetracker.swift.liquid}
- {name: Interactor/InteractorOutput.swift, path: Code/Interactor/interactor_output.cachetracker.swift.liquid}
- {name: Interactor/Interactor.swift, path: Code/Interactor/interactor.cachetracker.swift.liquid}
# Router layer
- {name: Router/RouterInput.swift, path: Code/Router/router_input.mcflurry.complex.swift.liquid}
- {name: Router/Router.swift, path: Code/Router/router.mcflurry.complex.swift.liquid}
# Configurator
- {name: Configurator/ModuleConfigurator.swift, path: Code/Configurator/configurator.swift.liquid}
# The declarations for test files
test_files:
# Configurators tests
- {name: Configurator/ConfiguratorTests.swift, path: Tests/Configurator/configurator_tests.mcflurry.swift.liquid}
# View tests
- {name: View/ViewTests.swift, path: Tests/View/view_tests.swift.liquid}
# Interactor tests
- {name: Interactor/InteractorTests.swift, path: Tests/Interactor/interactor_tests.cachetracker.swift.liquid}
# Presenter tests
- {name: Presenter/PresenterTests.swift, path: Tests/Presenter/presenter_tests.complex.cachetracker.swift.liquid}
# Router tests
- {name: Router/RouterTests.swift, path: Tests/Router/router_tests.swift.liquid}