Renamed the Coordinator target in the Package file as Coordination.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// BaseNavigationRouter.swift
|
||||
// Coordinator
|
||||
// Coordination
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/04/2023.
|
||||
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// ModalNavigationRouter.swift
|
||||
// Coordinator
|
||||
// Coordination
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/04/2023.
|
||||
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// PushNavigationRouter.swift
|
||||
// Coordinator
|
||||
// Coordination
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/04/2023.
|
||||
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// WindowRouter.swift
|
||||
// Coordinator
|
||||
// Coordination
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/04/2023.
|
||||
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// Coordinator.swift
|
||||
// Coordinator
|
||||
// Coordination
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/04/2023.
|
||||
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// Router.swift
|
||||
// Coordinator
|
||||
// Coordination
|
||||
//
|
||||
// Created by Javier Cicchelli on 11/04/2023.
|
||||
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||||
@@ -13,7 +13,7 @@ import UIKit
|
||||
/// This protocol defines how view controllers will be shown and dismissed.
|
||||
public protocol Router: AnyObject {
|
||||
|
||||
// MARK: Typealiases
|
||||
// MARK: Type aliases
|
||||
|
||||
typealias OnDismissedClosure = () -> Void
|
||||
|
||||
Reference in New Issue
Block a user