Skip to content

Commit

Permalink
moved presentation files to a different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vespinola committed Jul 10, 2024
1 parent e12f238 commit a59d86d
Show file tree
Hide file tree
Showing 54 changed files with 74 additions and 2,155 deletions.
Binary file modified .DS_Store
Binary file not shown.
339 changes: 48 additions & 291 deletions mobile-courier-app.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "9ed4fa45ac266d93bff72a791dc7731864c23b807ee4df7dd56eb5962a0cac96",
"originHash" : "0f502daa2445a10fd648289bde29bb746f017e259762f763b2851221883cb8b0",
"pins" : [
{
"identity" : "mobile-courier-app-data",
Expand Down
1 change: 1 addition & 0 deletions mobile-courier-app/App/AppDIContainer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import Foundation
import JustACourierAppDomain
import JustACourierAppData
import JustACourierAppPresentation

final class AppDIContainer: DIContainerProtocol {
private var services: [String: Any] = [:]
Expand Down
13 changes: 0 additions & 13 deletions mobile-courier-app/App/DIContainerProtocol.swift

This file was deleted.

1 change: 1 addition & 0 deletions mobile-courier-app/App/MobileCourierApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import SwiftUI
import JustACourierAppDomain
import JustACourierAppPresentation

@main
struct MobileCourierApp: App {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
//

import Foundation

protocol Storage {
func getBool(forKey key: String) -> Bool
func setBool(_ value: Bool, forKey key: String)
func getString(forKey key: String) -> String?
func setString(_ value: String, forKey key: String)

func delete(forKey: String)
}
import JustACourierAppPresentation

final class UserDefaultsStorage: Storage {
func getString(forKey key: String) -> String? {
Expand Down
12 changes: 0 additions & 12 deletions mobile-courier-app/Assets.xcassets/logo.imageset/Contents.json

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
38 changes: 0 additions & 38 deletions mobile-courier-app/Assets.xcassets/surface.colorset/Contents.json

This file was deleted.

27 changes: 0 additions & 27 deletions mobile-courier-app/Presentation/CoordinatorRootView.swift

This file was deleted.

This file was deleted.

56 changes: 0 additions & 56 deletions mobile-courier-app/Presentation/Helpers/HeaderView.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a59d86d

Please sign in to comment.