forked from ruuvi/com.ruuvi.station.ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRambafile
35 lines (26 loc) · 928 Bytes
/
Rambafile
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: Ruuvi Innovations Oy. BSD-3-Clause.
### Xcode project settings
project_name: com.ruuvi.station.ios
xcodeproj_path: station.xcodeproj
### Code generation settings section
# The main project target name
project_target: station_dev
# The file path for new modules
project_file_path: station/Classes/Presentation/Modules
# The Xcode group path to new modules
project_group_path: station/Classes/Presentation/Modules
### Tests generation settings section
# The tests target name
test_target: station
# The file path for new tests
test_file_path: stationTests
# The Xcode group path to new tests
test_group_path: stationTests
### Dependencies settings section
podfile_path: Podfile
### Templates
templates:
- {name: swifty_vm_viper, git: 'https://github.com/viikufa/swifty_vm_viper.git'}
#- {name: remote_template_name, git: 'https://github.com/igrekde/remote_template'}
#- {name: swifty_viper}