Skip to content

Commit

Permalink
Merge pull request loopandlearn#322 from loopandlearn/add_log_streami…
Browse files Browse the repository at this point in the history
…ng_env_var

Add IDEPreferLogStreaming env. variable to Launch and Profile actions
  • Loading branch information
marionbarker committed Aug 5, 2024
2 parents 678957b + c4cdcbe commit 72bc797
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions LoopFollow.xcworkspace/xcshareddata/xcschemes/LoopFollow.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
ReferencedContainer = "container:LoopFollow.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "IDEPreferLogStreaming"
value = "YES"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand All @@ -66,6 +73,13 @@
ReferencedContainer = "container:LoopFollow.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "IDEPreferLogStreaming"
value = "YES"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

0 comments on commit 72bc797

Please sign in to comment.