File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ struct PulseDemo_iOS: App {
14
14
var body : some Scene {
15
15
WindowGroup {
16
16
NavigationView {
17
- ConsoleView ( store: . shared )
17
+ ConsoleView ( store: . demo )
18
18
}
19
19
}
20
20
}
21
21
}
22
22
23
23
private final class AppViewModel : ObservableObject {
24
24
init ( ) {
25
+ // - warning: If you are testing it, make sure to switch the demo to use
26
+ // the shared store.
27
+
25
28
// NetworkLogger.enableProxy()
26
29
27
30
DispatchQueue . main. asyncAfter ( deadline: . now( ) + . seconds( 3 ) ) {
@@ -32,7 +35,7 @@ private final class AppViewModel: ObservableObject {
32
35
33
36
34
37
private func sendRequest( ) {
35
- testSwiftConcurrency ( )
38
+ // testSwiftConcurrency()
36
39
37
40
// let task = session.dataTask(with: URLRequest(url: URL(string: "https://github.com/kean/Nuke/archive/refs/tags/11.0.0.zip")!))
38
41
// task.resume()
You can’t perform that action at this time.
0 commit comments