-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRambafile
More file actions
44 lines (33 loc) · 1022 Bytes
/
Rambafile
File metadata and controls
44 lines (33 loc) · 1022 Bytes
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
### Headers settings
company: urlaunched.com
### Xcode project settings
project_name: Flick
xcodeproj_path: Flick.xcodeproj
### Code generation settings section
# The main project target nameFlick
project_targets: [Flick]
# The file path for new modules
project_file_path: Flick/Code/Modules/
# The Xcode group path to new modules
project_group_path: Flick/Code/Modules/
### Tests generation settings section
# The tests target name
# test_targets: [UnitTests, SnapshotTests]
# The file path for new tests
# test_file_path: ModulesTests/Modules/
# The Xcode group path to new tests
# test_group_path: ModulesTests/Modules/
test_unit_target: UnitTests
test_unit_path: UnitTests/Modules
test_unit_testable_import: Flick
test_snapshot_target: SnapshotTests
test_snapshot_path: SnapshotTests/Snapshots
test_snapshot_testable_import: Flick
## Catalogs
catalogs:
- 'https://github.com/Maks-Jago/SwiftUI-UDF-GenerambaTemplate'
### Templates
templates:
- { name: udf }
- { name: udf-storage }
- { name: udf-auth-flow }