Skip to content

Commit 97a4491

Browse files
authored
Merge pull request #287 from Shivani-Bajaj/task/286/remove-logging-warning
Logging system initialized correctly
2 parents 8d61226 + 229ee7a commit 97a4491

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Demo/Pulse.xcodeproj/xcshareddata/xcschemes/Pulse Demo iOS.xcscheme

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
isEnabled = "YES">
5656
</CommandLineArgument>
5757
</CommandLineArguments>
58+
<EnvironmentVariables>
59+
<EnvironmentVariable
60+
key = "IDEPreferLogStreaming"
61+
value = "YES"
62+
isEnabled = "YES">
63+
</EnvironmentVariable>
64+
</EnvironmentVariables>
5865
</LaunchAction>
5966
<ProfileAction
6067
buildConfiguration = "Release"

Demo/Sources/iOS/Pulse_Demo_iOSApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private final class AppViewModel: ObservableObject {
2525

2626
init() {
2727
// URLSessionProxyDelegate.enableAutomaticRegistration()
28-
URLSessionProxy.enable()
28+
// URLSessionProxy.enable()
2929
DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(3)) {
3030
sendRequest()
3131
}

0 commit comments

Comments
 (0)