forked from DDD-Community/Attendance_iOS_2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¨[style]: μ½λ μ€νμΌ μμ DDD-Community#40
- Loading branch information
Showing
149 changed files
with
4,313 additions
and
4,360 deletions.
There are no files selected for viewing
58 changes: 29 additions & 29 deletions
58
Attendance/Projects/App/Sources/AppDelegate/AppDelegate.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
import Firebase | ||
|
||
import UIKit | ||
|
||
import Firebase | ||
|
||
class AppDelegate: UIResponder, UIApplicationDelegate { | ||
func application( | ||
_ application: UIApplication, | ||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? | ||
) -> Bool { | ||
FirebaseApp.configure() | ||
registerDependencies() | ||
return true | ||
} | ||
|
||
func application( | ||
_ application: UIApplication, | ||
configurationForConnecting connectingSceneSession: UISceneSession, | ||
options: UIScene.ConnectionOptions | ||
) -> UISceneConfiguration { | ||
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) | ||
} | ||
|
||
func application( | ||
_ application: UIApplication, | ||
didDiscardSceneSessions sceneSessions: Set<UISceneSession> | ||
) { | ||
} | ||
|
||
private func registerDependencies() { | ||
Task { | ||
await AppDIContainer.shared.registerDependencies() | ||
} | ||
func application( | ||
_ application: UIApplication, | ||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? | ||
) -> Bool { | ||
FirebaseApp.configure() | ||
registerDependencies() | ||
return true | ||
} | ||
|
||
func application( | ||
_ application: UIApplication, | ||
configurationForConnecting connectingSceneSession: UISceneSession, | ||
options: UIScene.ConnectionOptions | ||
) -> UISceneConfiguration { | ||
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) | ||
} | ||
|
||
func application( | ||
_ application: UIApplication, | ||
didDiscardSceneSessions sceneSessions: Set<UISceneSession> | ||
) { | ||
} | ||
|
||
private func registerDependencies() { | ||
Task { | ||
await AppDIContainer.shared.registerDependencies() | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
// | ||
|
||
import SwiftUI | ||
|
||
import ComposableArchitecture | ||
|
||
@main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
// | ||
|
||
import Foundation | ||
|
||
import DiContainer | ||
import UseCase | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
// | ||
|
||
import Foundation | ||
|
||
import DiContainer | ||
import Networkings | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
// | ||
|
||
import Foundation | ||
|
||
import DiContainer | ||
import Networkings | ||
|
||
|
Oops, something went wrong.