File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Pulse.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 55
55
isEnabled = " YES" >
56
56
</CommandLineArgument >
57
57
</CommandLineArguments >
58
+ <EnvironmentVariables >
59
+ <EnvironmentVariable
60
+ key = " IDEPreferLogStreaming"
61
+ value = " YES"
62
+ isEnabled = " YES" >
63
+ </EnvironmentVariable >
64
+ </EnvironmentVariables >
58
65
</LaunchAction >
59
66
<ProfileAction
60
67
buildConfiguration = " Release"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ private final class AppViewModel: ObservableObject {
25
25
26
26
init ( ) {
27
27
// URLSessionProxyDelegate.enableAutomaticRegistration()
28
- URLSessionProxy . enable ( )
28
+ // URLSessionProxy.enable()
29
29
DispatchQueue . main. asyncAfter ( deadline: . now( ) + . seconds( 3 ) ) {
30
30
sendRequest ( )
31
31
}
You can’t perform that action at this time.
0 commit comments