Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Файлы в корне модуля #147

Closed
DaskiOFF opened this issue Sep 5, 2016 · 3 comments
Closed

Файлы в корне модуля #147

DaskiOFF opened this issue Sep 5, 2016 · 3 comments

Comments

@DaskiOFF
Copy link

DaskiOFF commented Sep 5, 2016

В файловой системе сгенерированные файлы расположены правильно для версий 1.0.0 и 1.1.0
image

Различается дерево файлов в xсode
версия 1.0.0
image

версия 1.1.0
image

@Beniamiiin
Copy link
Contributor

@DaskiOFF покажи, пожалуйста, rambafile. И еще, при выполнении команды generamba gen MODULE_NAME TEMPLATE_NAME использовал ли ты какие-нибудь опции?

@etolstoy etolstoy added this to the 1.2.0 milestone Sep 5, 2016
@etolstoy etolstoy added the bug label Sep 5, 2016
@DaskiOFF
Copy link
Author

DaskiOFF commented Sep 5, 2016

Никаких опций не использовал
Команда
generamba gen LeftMenuBottomBlock view_swift_viper_lp

rambafile

### Headers settings
company: cmp

### Xcode project settings
project_name: LoyaltyPlant
prefix: ""
xcodeproj_path: LoyaltyPlant.xcodeproj

### Code generation settings section
# The main project target name
project_target: LoyaltyPlant

# The file path for new modules
project_file_path: LoyaltyPlant/Modules

# The Xcode group path to new modules
project_group_path: LoyaltyPlant/Modules

### Dependencies settings section
podfile_path: Podfile

### Templates
templates:
- {name: 'rviper_controller'}

rambaspec

# Template information section
name: "view_swift_viper_lp"
summary: "Swift VIPER module template with UIView playing as a View."
author: "Roman Kotov"
version: "0.1.0"
license: "MIT"

# The declarations for code files

code_files:
# View layer
- {name: View.swift, path: Code/view.swift.liquid}

# Presenter layer
- {name: Presenter.swift, path: Code/presenter.swift.liquid}
- {name: State.swift, path: Code/state.swift.liquid}

# Interactor layer
- {name: Interactor.swift, path: Code/interactor.swift.liquid}

# Router layer
- {name: Router.swift, path: Code/router.swift.liquid}

# Configurator
- {name: Assembly.swift, path: Code/assembly.swift.liquid}

# Style
- {name: Styles/Style.swift, path: Code/Styles/style.swift.liquid}

# Data
- {name: Data/Data.swift, path: Code/Data/data.swift.liquid}
- {name: Data/Styles.swift, path: Code/Data/styles.swift.liquid}
- {name: Data/Objects.swift, path: Code/Data/objects.swift.liquid}
- {name: Data/Params.swift, path: Code/Data/params.swift.liquid}

@Beniamiiin
Copy link
Contributor

Спасибо, сейчас гляну.

@Beniamiiin Beniamiiin self-assigned this Sep 5, 2016
Beniamiiin pushed a commit that referenced this issue Sep 5, 2016
etolstoy added a commit that referenced this issue Sep 5, 2016
@DaskiOFF DaskiOFF closed this as completed Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants