Просмотр исходного кода

Merge pull request #322 from loopandlearn/add_log_streaming_env_var

Add IDEPreferLogStreaming env. variable to Launch and Profile actions
Marion Barker 2 лет назад
Родитель
Сommit
72bc797c47
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      LoopFollow.xcworkspace/xcshareddata/xcschemes/LoopFollow.xcscheme

+ 14 - 0
LoopFollow.xcworkspace/xcshareddata/xcschemes/LoopFollow.xcscheme

@@ -49,6 +49,13 @@
             ReferencedContainer = "container:LoopFollow.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
+      <EnvironmentVariables>
+         <EnvironmentVariable
+            key = "IDEPreferLogStreaming"
+            value = "YES"
+            isEnabled = "YES">
+         </EnvironmentVariable>
+      </EnvironmentVariables>
    </LaunchAction>
    <ProfileAction
       buildConfiguration = "Release"
@@ -66,6 +73,13 @@
             ReferencedContainer = "container:LoopFollow.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
+      <EnvironmentVariables>
+         <EnvironmentVariable
+            key = "IDEPreferLogStreaming"
+            value = "YES"
+            isEnabled = "YES">
+         </EnvironmentVariable>
+      </EnvironmentVariables>
    </ProfileAction>
    <AnalyzeAction
       buildConfiguration = "Debug">