SocketRocket-iOS.xcscheme 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Scheme
  3. LastUpgradeVersion = "0730"
  4. version = "1.7">
  5. <BuildAction
  6. parallelizeBuildables = "YES"
  7. buildImplicitDependencies = "YES">
  8. <BuildActionEntries>
  9. <BuildActionEntry
  10. buildForTesting = "YES"
  11. buildForRunning = "YES"
  12. buildForProfiling = "YES"
  13. buildForArchiving = "YES"
  14. buildForAnalyzing = "YES">
  15. <BuildableReference
  16. BuildableIdentifier = "primary"
  17. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  18. BuildableName = "SocketRocket.framework"
  19. BlueprintName = "SocketRocket-iOS"
  20. ReferencedContainer = "container:SocketRocket.xcodeproj">
  21. </BuildableReference>
  22. </BuildActionEntry>
  23. <BuildActionEntry
  24. buildForTesting = "YES"
  25. buildForRunning = "NO"
  26. buildForProfiling = "NO"
  27. buildForArchiving = "NO"
  28. buildForAnalyzing = "YES">
  29. <BuildableReference
  30. BuildableIdentifier = "primary"
  31. BlueprintIdentifier = "F6BDA801145900D200FE3253"
  32. BuildableName = "SocketRocketTests-iOS.xctest"
  33. BlueprintName = "SocketRocketTests-iOS"
  34. ReferencedContainer = "container:SocketRocket.xcodeproj">
  35. </BuildableReference>
  36. </BuildActionEntry>
  37. </BuildActionEntries>
  38. </BuildAction>
  39. <TestAction
  40. buildConfiguration = "Debug"
  41. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  42. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  43. shouldUseLaunchSchemeArgsEnv = "YES">
  44. <PreActions>
  45. <ExecutionAction
  46. ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
  47. <ActionContent
  48. title = "Run Script"
  49. scriptText = "PIDFILE=$TMPDIR/sr_test_server.pid&#10;&#10;if [ -r $PIDFILE ]; then&#10;EXISTING_PID=`cat $PIDFILE`&#10;echo &quot;Killing Dangling Autobahn Server PID:&quot; $EXISTING_PID&#10;kill $EXISTING_PID || true&#10;rm $PIDFILE&#10;fi&#10;&#10;pushd $PROJECT_DIR&#10;&#10;source .env/bin/activate&#10;nohup ./TestSupport/run_test_server.sh &amp;&#10;&#10;echo $! &gt; $PIDFILE&#10;&#10;popd&#10;">
  50. <EnvironmentBuildable>
  51. <BuildableReference
  52. BuildableIdentifier = "primary"
  53. BlueprintIdentifier = "F6BDA801145900D200FE3253"
  54. BuildableName = "SocketRocketTests-iOS.xctest"
  55. BlueprintName = "SocketRocketTests-iOS"
  56. ReferencedContainer = "container:SocketRocket.xcodeproj">
  57. </BuildableReference>
  58. </EnvironmentBuildable>
  59. </ActionContent>
  60. </ExecutionAction>
  61. </PreActions>
  62. <PostActions>
  63. <ExecutionAction
  64. ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
  65. <ActionContent
  66. title = "Run Script"
  67. scriptText = "PIDFILE=$TMPDIR/sr_test_server.pid&#10;&#10;if [ -r $PIDFILE ]; then&#10;EXISTING_PID=`cat $PIDFILE`&#10;echo &quot;Killing SR TestServer PID:&quot; $EXISTING_PID&#10;kill $EXISTING_PID&#10;rm $PIDFILE&#10;fi&#10;">
  68. <EnvironmentBuildable>
  69. <BuildableReference
  70. BuildableIdentifier = "primary"
  71. BlueprintIdentifier = "F6BDA801145900D200FE3253"
  72. BuildableName = "SocketRocketTests-iOS.xctest"
  73. BlueprintName = "SocketRocketTests-iOS"
  74. ReferencedContainer = "container:SocketRocket.xcodeproj">
  75. </BuildableReference>
  76. </EnvironmentBuildable>
  77. </ActionContent>
  78. </ExecutionAction>
  79. </PostActions>
  80. <Testables>
  81. <TestableReference
  82. skipped = "NO">
  83. <BuildableReference
  84. BuildableIdentifier = "primary"
  85. BlueprintIdentifier = "F6BDA801145900D200FE3253"
  86. BuildableName = "SocketRocketTests-iOS.xctest"
  87. BlueprintName = "SocketRocketTests-iOS"
  88. ReferencedContainer = "container:SocketRocket.xcodeproj">
  89. </BuildableReference>
  90. </TestableReference>
  91. </Testables>
  92. <MacroExpansion>
  93. <BuildableReference
  94. BuildableIdentifier = "primary"
  95. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  96. BuildableName = "SocketRocket.framework"
  97. BlueprintName = "SocketRocket-iOS"
  98. ReferencedContainer = "container:SocketRocket.xcodeproj">
  99. </BuildableReference>
  100. </MacroExpansion>
  101. <AdditionalOptions>
  102. </AdditionalOptions>
  103. </TestAction>
  104. <LaunchAction
  105. buildConfiguration = "Debug"
  106. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  107. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  108. launchStyle = "0"
  109. useCustomWorkingDirectory = "NO"
  110. ignoresPersistentStateOnLaunch = "NO"
  111. debugDocumentVersioning = "YES"
  112. debugServiceExtension = "internal"
  113. allowLocationSimulation = "YES">
  114. <MacroExpansion>
  115. <BuildableReference
  116. BuildableIdentifier = "primary"
  117. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  118. BuildableName = "SocketRocket.framework"
  119. BlueprintName = "SocketRocket-iOS"
  120. ReferencedContainer = "container:SocketRocket.xcodeproj">
  121. </BuildableReference>
  122. </MacroExpansion>
  123. <AdditionalOptions>
  124. </AdditionalOptions>
  125. </LaunchAction>
  126. <ProfileAction
  127. buildConfiguration = "Release"
  128. shouldUseLaunchSchemeArgsEnv = "YES"
  129. savedToolIdentifier = ""
  130. useCustomWorkingDirectory = "NO"
  131. debugDocumentVersioning = "YES">
  132. <MacroExpansion>
  133. <BuildableReference
  134. BuildableIdentifier = "primary"
  135. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  136. BuildableName = "SocketRocket.framework"
  137. BlueprintName = "SocketRocket-iOS"
  138. ReferencedContainer = "container:SocketRocket.xcodeproj">
  139. </BuildableReference>
  140. </MacroExpansion>
  141. </ProfileAction>
  142. <AnalyzeAction
  143. buildConfiguration = "Debug">
  144. </AnalyzeAction>
  145. <ArchiveAction
  146. buildConfiguration = "Release"
  147. revealArchiveInOrganizer = "YES">
  148. </ArchiveAction>
  149. </Scheme>