SocketRocket-iOS.xcscheme 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Scheme
  3. LastUpgradeVersion = "1250"
  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. <MacroExpansion>
  81. <BuildableReference
  82. BuildableIdentifier = "primary"
  83. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  84. BuildableName = "SocketRocket.framework"
  85. BlueprintName = "SocketRocket-iOS"
  86. ReferencedContainer = "container:SocketRocket.xcodeproj">
  87. </BuildableReference>
  88. </MacroExpansion>
  89. <Testables>
  90. <TestableReference
  91. skipped = "NO">
  92. <BuildableReference
  93. BuildableIdentifier = "primary"
  94. BlueprintIdentifier = "F6BDA801145900D200FE3253"
  95. BuildableName = "SocketRocketTests-iOS.xctest"
  96. BlueprintName = "SocketRocketTests-iOS"
  97. ReferencedContainer = "container:SocketRocket.xcodeproj">
  98. </BuildableReference>
  99. </TestableReference>
  100. </Testables>
  101. </TestAction>
  102. <LaunchAction
  103. buildConfiguration = "Debug"
  104. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  105. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  106. launchStyle = "0"
  107. useCustomWorkingDirectory = "NO"
  108. ignoresPersistentStateOnLaunch = "NO"
  109. debugDocumentVersioning = "YES"
  110. debugServiceExtension = "internal"
  111. allowLocationSimulation = "YES">
  112. <MacroExpansion>
  113. <BuildableReference
  114. BuildableIdentifier = "primary"
  115. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  116. BuildableName = "SocketRocket.framework"
  117. BlueprintName = "SocketRocket-iOS"
  118. ReferencedContainer = "container:SocketRocket.xcodeproj">
  119. </BuildableReference>
  120. </MacroExpansion>
  121. </LaunchAction>
  122. <ProfileAction
  123. buildConfiguration = "Release"
  124. shouldUseLaunchSchemeArgsEnv = "YES"
  125. savedToolIdentifier = ""
  126. useCustomWorkingDirectory = "NO"
  127. debugDocumentVersioning = "YES">
  128. <MacroExpansion>
  129. <BuildableReference
  130. BuildableIdentifier = "primary"
  131. BlueprintIdentifier = "81D6475F1D2CA78800690609"
  132. BuildableName = "SocketRocket.framework"
  133. BlueprintName = "SocketRocket-iOS"
  134. ReferencedContainer = "container:SocketRocket.xcodeproj">
  135. </BuildableReference>
  136. </MacroExpansion>
  137. </ProfileAction>
  138. <AnalyzeAction
  139. buildConfiguration = "Debug">
  140. </AnalyzeAction>
  141. <ArchiveAction
  142. buildConfiguration = "Release"
  143. revealArchiveInOrganizer = "YES">
  144. </ArchiveAction>
  145. </Scheme>