-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection_as_root.rambaspec
58 lines (44 loc) · 2.55 KB
/
collection_as_root.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
# Template information section
name: "collection_as_root"
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/ModuleEntityModel.swift, path: Code/Helpers/enum_model.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.swift.liquid}
- {name: View/ViewOutput.swift, path: Code/View/view_output.swift.liquid}
- {name: View/ViewController.swift, path: Code/View/view_controller.root_collection.swift.liquid}
- {name: View/Helpers/ViewCell.swift, path: Code/View/view_controller.collection.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.swift.liquid}
# Interactor layer
- {name: Interactor/InteractorInput.swift, path: Code/Interactor/interactor_input.swift.liquid}
- {name: Interactor/InteractorOutput.swift, path: Code/Interactor/interactor_output.swift.liquid}
- {name: Interactor/Interactor.swift, path: Code/Interactor/interactor.swift.liquid}
# Router layer
- {name: Router/RouterInput.swift, path: Code/Router/router_input.mcflurry.swift.liquid}
- {name: Router/Router.swift, path: Code/Router/router.mcflurry.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.swift.liquid}
# Presenter tests
- {name: Presenter/PresenterTests.swift, path: Tests/Presenter/presenter_tests.swift.liquid}
# Router tests
- {name: Router/RouterTests.swift, path: Tests/Router/router_tests.swift.liquid}