forked from MyEtherWallet/MEWconnect-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rambafile
32 lines (24 loc) · 785 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
### Headers settings
company: MyEtherWallet, Inc.
### Xcode project settings
project_name: MyEtherWallet-iOS
xcodeproj_path: MyEtherWallet-iOS.xcodeproj
### Code generation settings section
# The main project target name
project_target: MyEtherWallet-iOS
# The file path for new modules
project_file_path: MyEtherWallet-iOS/Classes/PresentationLayer
# The Xcode group path to new modules
project_group_path: MyEtherWallet-iOS/Classes/PresentationLayer
### Tests generation settings section
# The tests target name
test_target: MyEtherWallet-iOSTests
# The file path for new tests
test_file_path: MyEtherWallet-iOSTests
### Dependencies settings section
podfile_path: Podfile
### Templates
templates:
- {name: rviper_controller}
- {name: mvvm_controller}
- {name: swifty_viper}