Skip to content

Commit be97052

Browse files
author
PhongND
committed
update code proj
Signed-off-by: PhongND <phongnd@ftech.ai>
1 parent cccd077 commit be97052

File tree

69 files changed

+2128
-2153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2128
-2153
lines changed
0 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@_exported import Transform
2+
@_exported import MCombineRequest
3+
@_exported import ComposableArchitecture
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import SwiftUI
22

3-
@available(iOS 14.0, *)
43
@main
54
struct TodoApp: App {
65
var body: some Scene {
@@ -9,3 +8,11 @@ struct TodoApp: App {
98
}
109
}
1110
}
11+
12+
public extension DependencyValues {
13+
var urlString: String {
14+
"http://127.0.0.1:8080"
15+
}
16+
}
17+
18+
public var isUsingPublisher: Bool = true

BasicApp/SwiftUI/Todo+Combine+SwiftUI/Shared/CoreApp/TodoApp/AppScreens/MainView.swift

Lines changed: 0 additions & 307 deletions
This file was deleted.

BasicApp/SwiftUI/Todo+Combine+SwiftUI/Shared/CoreApp/TodoApp/AppScreens/SplashView.swift

Lines changed: 0 additions & 20 deletions
This file was deleted.

BasicApp/SwiftUI/Todo+Combine+SwiftUI/Shared/CoreApp/TodoApp/DependencyValues+/DependencyValues+.swift

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)