You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Headers settings
company: some_company
### Xcode project settings
project_name: Testapp
xcodeproj_path: Testapp.xcodeproj
prefix: AP
### Code generation settings section
# The main project target name
project_target: Testapp
# The file path for new modules
project_file_path: Modules
# The Xcode group path to new modules
project_group_path: Modules
### Tests generation settings section
# The tests target name
test_target: Testapp
# The file path for new tests
test_file_path: Tests
# The Xcode group path to new tests
test_group_path: Tests
### Dependencies settings section
podfile_path: Podfile
### Templates
templates:
- {name: rviper_controller}
The text was updated successfully, but these errors were encountered:
Tomorrow we release new version and this problem will be fixed, now you can download Generamba from repository and in terminal go to Generamba directory and execute command: sudo gem uninstall generamba && sudo gem build generamba.gemspec && sudo gem install generamba
Just trying Generamba and can't get well generated module
Steps i'm doing:
i have installed:
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-darwin15]
gem liquid (3.0.6)
generamba version 0.7.3
my Rambafile is:
The text was updated successfully, but these errors were encountered: