forked from soramitsu/fearless-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRambafile
More file actions
35 lines (26 loc) · 768 Bytes
/
Rambafile
File metadata and controls
35 lines (26 loc) · 768 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
### Headers settings
company: Soramitsu
### Xcode project settings
project_name: fearless
xcodeproj_path: fearless.xcodeproj
### Code generation settings section
# The main project target name
project_target: fearless
# The file path for new modules
project_file_path: fearless/Modules/
# The Xcode group path to new modules
project_group_path: fearless/Modules/
### Tests generation settings section
# The tests target name
test_target: fearlessTests
# The file path for new tests
test_file_path: fearlessTests/Modules/
# The Xcode group path to new tests
test_group_path: fearlessTests/Modules/
### Dependencies settings section
podfile_path: Podfile
### Templates
catalogs:
- 'https://github.com/ERussel/GenerambaTemplates'
templates:
- {name: sora-viper}