Skip to content

Commit 2095158

Browse files
committed
Add user name in templates.
1 parent 143f334 commit 2095158

9 files changed

+10
-0
lines changed

CleanSwiftModule.xctemplate/Scene/___FILEBASENAME___Interactor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/Scene/___FILEBASENAME___Models.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/Scene/___FILEBASENAME___Presenter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/Scene/___FILEBASENAME___Router.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

@@ -20,6 +21,7 @@ class ___VARIABLE_cleanSwiftModuleName___Router: ___VARIABLE_cleanSwiftModuleNam
2021
// MARK: - Properties
2122

2223
weak var viewController: ___VARIABLE_cleanSwiftModuleName___ViewController?
24+
2325
var dataStore: ___VARIABLE_cleanSwiftModuleName___DataStore?
2426

2527
// MARK: - Routing

CleanSwiftModule.xctemplate/Scene/___FILEBASENAME___View.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/Scene/___FILEBASENAME___ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/Unit Test/___FILEBASENAME___InteractorTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/Unit Test/___FILEBASENAME___PresenterTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

CleanSwiftModule.xctemplate/View/___FILEBASENAME___View.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ___FILENAME___
33
// ___PROJECTNAME___
44
//
5+
// Created ___FULLUSERNAME___ on ___DATE___.
56
// Copyright © ___YEAR___ ___ORGANIZATIONNAME___. All rights reserved.
67
//
78

0 commit comments

Comments
 (0)