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

Allow user to override templates with their own #22

Merged
merged 12 commits into from
Oct 3, 2023

Conversation

Nooba
Copy link
Contributor

@Nooba Nooba commented Sep 29, 2023

Added some config in .ccios.yml

  path: Path/To/Templates

If present, ccios uses this path to read the templates for (all of the expected files must be present, it doesn’t fallback per file). Thus granting additional control to the user.

private unowned var navigationController: UINavigationController

nonisolated init(navigationController: UINavigationController,
dependencyProvider: ApplicationDependencyProvider) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird indent here ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️
Thanks

@Nooba Nooba merged commit 0fa040b into master Oct 3, 2023
2 checks passed
@Nooba Nooba deleted the feature/allow_user_templates branch October 3, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants