|
@@ -1,169 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<Scheme
|
|
|
- LastUpgradeVersion = "0720"
|
|
|
- version = "1.7">
|
|
|
- <BuildAction
|
|
|
- parallelizeBuildables = "YES"
|
|
|
- buildImplicitDependencies = "YES">
|
|
|
- <BuildActionEntries>
|
|
|
- <BuildActionEntry
|
|
|
- buildForTesting = "YES"
|
|
|
- buildForRunning = "YES"
|
|
|
- buildForProfiling = "YES"
|
|
|
- buildForArchiving = "YES"
|
|
|
- buildForAnalyzing = "YES">
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6B2082C1450F597009315AF"
|
|
|
- BuildableName = "libSocketRocket.a"
|
|
|
- BlueprintName = "SocketRocket"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </BuildActionEntry>
|
|
|
- <BuildActionEntry
|
|
|
- buildForTesting = "YES"
|
|
|
- buildForRunning = "NO"
|
|
|
- buildForProfiling = "NO"
|
|
|
- buildForArchiving = "NO"
|
|
|
- buildForAnalyzing = "NO">
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
- BuildableName = "SRWebSocketTests.xctest"
|
|
|
- BlueprintName = "SRWebSocketTests"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </BuildActionEntry>
|
|
|
- </BuildActionEntries>
|
|
|
- </BuildAction>
|
|
|
- <TestAction
|
|
|
- buildConfiguration = "Debug"
|
|
|
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
|
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
|
- shouldUseLaunchSchemeArgsEnv = "NO">
|
|
|
- <PreActions>
|
|
|
- <ExecutionAction
|
|
|
- ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
|
- <ActionContent
|
|
|
- title = "Run Script"
|
|
|
- scriptText = "PIDFILE=$TMPDIR/sr_test_server.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing Dangling Autobahn Server PID:" $EXISTING_PID kill $EXISTING_PID || true rm $PIDFILE fi pushd $PROJECT_DIR source .env/bin/activate nohup ./TestSupport/run_test_server.sh & echo $! > $PIDFILE popd "
|
|
|
- shellToInvoke = "/bin/bash">
|
|
|
- <EnvironmentBuildable>
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
- BuildableName = "SRWebSocketTests.xctest"
|
|
|
- BlueprintName = "SRWebSocketTests"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </EnvironmentBuildable>
|
|
|
- </ActionContent>
|
|
|
- </ExecutionAction>
|
|
|
- </PreActions>
|
|
|
- <PostActions>
|
|
|
- <ExecutionAction
|
|
|
- ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
|
- <ActionContent
|
|
|
- title = "Run Script"
|
|
|
- scriptText = "PIDFILE=$TMPDIR/sr_test_server.pid if [ -r $PIDFILE ]; then EXISTING_PID=`cat $PIDFILE` echo "Killing SR TestServer PID:" $EXISTING_PID kill $EXISTING_PID rm $PIDFILE fi "
|
|
|
- shellToInvoke = "/bin/bash">
|
|
|
- <EnvironmentBuildable>
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
- BuildableName = "SRWebSocketTests.xctest"
|
|
|
- BlueprintName = "SRWebSocketTests"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </EnvironmentBuildable>
|
|
|
- </ActionContent>
|
|
|
- </ExecutionAction>
|
|
|
- </PostActions>
|
|
|
- <Testables>
|
|
|
- <TestableReference
|
|
|
- skipped = "NO">
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
- BuildableName = "SRWebSocketTests.xctest"
|
|
|
- BlueprintName = "SRWebSocketTests"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </TestableReference>
|
|
|
- </Testables>
|
|
|
- <MacroExpansion>
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6B2082C1450F597009315AF"
|
|
|
- BuildableName = "libSocketRocket.a"
|
|
|
- BlueprintName = "SocketRocket"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </MacroExpansion>
|
|
|
- <EnvironmentVariables>
|
|
|
- <EnvironmentVariable
|
|
|
- key = "SR_TEST_URL"
|
|
|
- value = "ws://localhost:9001"
|
|
|
- isEnabled = "YES">
|
|
|
- </EnvironmentVariable>
|
|
|
- </EnvironmentVariables>
|
|
|
- <AdditionalOptions>
|
|
|
- </AdditionalOptions>
|
|
|
- </TestAction>
|
|
|
- <LaunchAction
|
|
|
- buildConfiguration = "Debug"
|
|
|
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
|
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
|
- launchStyle = "0"
|
|
|
- useCustomWorkingDirectory = "NO"
|
|
|
- ignoresPersistentStateOnLaunch = "NO"
|
|
|
- debugDocumentVersioning = "YES"
|
|
|
- debugServiceExtension = "internal"
|
|
|
- allowLocationSimulation = "YES">
|
|
|
- <MacroExpansion>
|
|
|
- <BuildableReference
|
|
|
- BuildableIdentifier = "primary"
|
|
|
- BlueprintIdentifier = "F6B2082C1450F597009315AF"
|
|
|
- BuildableName = "libSocketRocket.a"
|
|
|
- BlueprintName = "SocketRocket"
|
|
|
- ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
- </BuildableReference>
|
|
|
- </MacroExpansion>
|
|
|
- <AdditionalOptions>
|
|
|
- <AdditionalOption
|
|
|
- key = "NSZombieEnabled"
|
|
|
- value = "YES"
|
|
|
- isEnabled = "YES">
|
|
|
- </AdditionalOption>
|
|
|
- <AdditionalOption
|
|
|
- key = "OBJC_PRINT_EXCEPTIONS"
|
|
|
- value = "YES"
|
|
|
- isEnabled = "YES">
|
|
|
- </AdditionalOption>
|
|
|
- <AdditionalOption
|
|
|
- key = "MallocGuardEdges"
|
|
|
- value = ""
|
|
|
- isEnabled = "YES">
|
|
|
- </AdditionalOption>
|
|
|
- <AdditionalOption
|
|
|
- key = "MallocScribble"
|
|
|
- value = ""
|
|
|
- isEnabled = "YES">
|
|
|
- </AdditionalOption>
|
|
|
- </AdditionalOptions>
|
|
|
- </LaunchAction>
|
|
|
- <ProfileAction
|
|
|
- buildConfiguration = "Release"
|
|
|
- shouldUseLaunchSchemeArgsEnv = "YES"
|
|
|
- savedToolIdentifier = ""
|
|
|
- useCustomWorkingDirectory = "NO"
|
|
|
- debugDocumentVersioning = "YES">
|
|
|
- </ProfileAction>
|
|
|
- <AnalyzeAction
|
|
|
- buildConfiguration = "Debug">
|
|
|
- </AnalyzeAction>
|
|
|
- <ArchiveAction
|
|
|
- buildConfiguration = "Release"
|
|
|
- revealArchiveInOrganizer = "YES">
|
|
|
- </ArchiveAction>
|
|
|
-</Scheme>
|