Skip to content

Commit

Permalink
moved data files to different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vespinola committed Jul 10, 2024
1 parent c30aebc commit e12f238
Show file tree
Hide file tree
Showing 27 changed files with 55 additions and 2,575 deletions.
Binary file modified .DS_Store
Binary file not shown.
179 changes: 39 additions & 140 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,13 +1,22 @@
{
"originHash" : "680a722577665b962cd5b5c030dd6a019bebf21ddb41ab0d62988d4308a66ae6",
"originHash" : "9ed4fa45ac266d93bff72a791dc7731864c23b807ee4df7dd56eb5962a0cac96",
"pins" : [
{
"identity" : "mobile-courier-app-data",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vespinola/mobile-courier-app-data",
"state" : {
"branch" : "main",
"revision" : "e4fde4d0c0e35eb3be7090a8106e17fc03a61534"
}
},
{
"identity" : "mobile-courier-app-domain",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vespinola/mobile-courier-app-domain.git",
"state" : {
"branch" : "main",
"revision" : "6a14080b3ba5e183de76acfb8cbf86e9ba8d3857"
"revision" : "e26ffb1f86787ad43cb551278a0e7f99472aa9ed"
}
}
],
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 @@ -7,6 +7,7 @@

import Foundation
import JustACourierAppDomain
import JustACourierAppData

final class AppDIContainer: DIContainerProtocol {
private var services: [String: Any] = [:]
Expand Down
1 change: 1 addition & 0 deletions mobile-courier-app/App/MobileCourierApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import SwiftUI
import JustACourierAppDomain

@main
struct MobileCourierApp: App {
Expand Down
16 changes: 0 additions & 16 deletions mobile-courier-app/Data/AuthData.swift

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions mobile-courier-app/Data/ConcreteRepositories/AuthRepository.swift

This file was deleted.

This file was deleted.

79 changes: 0 additions & 79 deletions mobile-courier-app/Data/Networking/APIRequestClient.swift

This file was deleted.

29 changes: 0 additions & 29 deletions mobile-courier-app/Data/Networking/AppData.swift

This file was deleted.

20 changes: 0 additions & 20 deletions mobile-courier-app/Data/Networking/CustomSessionDelegate.swift

This file was deleted.

This file was deleted.

58 changes: 0 additions & 58 deletions mobile-courier-app/Data/Networking/Endpoints/AuthEndpoints.swift

This file was deleted.

Loading

0 comments on commit e12f238

Please sign in to comment.