|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
<Scheme
|
|
- LastUpgradeVersion = "0720"
|
|
|
|
- version = "1.3">
|
|
|
|
|
|
+ LastUpgradeVersion = "0730"
|
|
|
|
+ version = "1.7">
|
|
<BuildAction
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES">
|
|
buildImplicitDependencies = "YES">
|
|
@@ -14,12 +14,26 @@
|
|
buildForAnalyzing = "YES">
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BuildableIdentifier = "primary"
|
|
- BlueprintIdentifier = "2D4227611BB4358C000C1A6C"
|
|
|
|
|
|
+ BlueprintIdentifier = "81D6475F1D2CA78800690609"
|
|
BuildableName = "SocketRocket.framework"
|
|
BuildableName = "SocketRocket.framework"
|
|
BlueprintName = "SocketRocket-iOS"
|
|
BlueprintName = "SocketRocket-iOS"
|
|
ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntry>
|
|
|
|
+ <BuildActionEntry
|
|
|
|
+ buildForTesting = "YES"
|
|
|
|
+ buildForRunning = "NO"
|
|
|
|
+ buildForProfiling = "NO"
|
|
|
|
+ buildForArchiving = "NO"
|
|
|
|
+ buildForAnalyzing = "YES">
|
|
|
|
+ <BuildableReference
|
|
|
|
+ BuildableIdentifier = "primary"
|
|
|
|
+ BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
|
+ BuildableName = "SocketRocketTests-iOS.xctest"
|
|
|
|
+ BlueprintName = "SocketRocketTests-iOS"
|
|
|
|
+ ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
|
+ </BuildableReference>
|
|
|
|
+ </BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
</BuildAction>
|
|
<TestAction
|
|
<TestAction
|
|
@@ -27,8 +41,63 @@
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
|
|
+ <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 ">
|
|
|
|
+ <EnvironmentBuildable>
|
|
|
|
+ <BuildableReference
|
|
|
|
+ BuildableIdentifier = "primary"
|
|
|
|
+ BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
|
+ BuildableName = "SocketRocketTests-iOS.xctest"
|
|
|
|
+ BlueprintName = "SocketRocketTests-iOS"
|
|
|
|
+ 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 ">
|
|
|
|
+ <EnvironmentBuildable>
|
|
|
|
+ <BuildableReference
|
|
|
|
+ BuildableIdentifier = "primary"
|
|
|
|
+ BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
|
+ BuildableName = "SocketRocketTests-iOS.xctest"
|
|
|
|
+ BlueprintName = "SocketRocketTests-iOS"
|
|
|
|
+ ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
|
+ </BuildableReference>
|
|
|
|
+ </EnvironmentBuildable>
|
|
|
|
+ </ActionContent>
|
|
|
|
+ </ExecutionAction>
|
|
|
|
+ </PostActions>
|
|
<Testables>
|
|
<Testables>
|
|
|
|
+ <TestableReference
|
|
|
|
+ skipped = "NO">
|
|
|
|
+ <BuildableReference
|
|
|
|
+ BuildableIdentifier = "primary"
|
|
|
|
+ BlueprintIdentifier = "F6BDA801145900D200FE3253"
|
|
|
|
+ BuildableName = "SocketRocketTests-iOS.xctest"
|
|
|
|
+ BlueprintName = "SocketRocketTests-iOS"
|
|
|
|
+ ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
|
+ </BuildableReference>
|
|
|
|
+ </TestableReference>
|
|
</Testables>
|
|
</Testables>
|
|
|
|
+ <MacroExpansion>
|
|
|
|
+ <BuildableReference
|
|
|
|
+ BuildableIdentifier = "primary"
|
|
|
|
+ BlueprintIdentifier = "81D6475F1D2CA78800690609"
|
|
|
|
+ BuildableName = "SocketRocket.framework"
|
|
|
|
+ BlueprintName = "SocketRocket-iOS"
|
|
|
|
+ ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
|
|
+ </BuildableReference>
|
|
|
|
+ </MacroExpansion>
|
|
<AdditionalOptions>
|
|
<AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</TestAction>
|
|
</TestAction>
|
|
@@ -45,7 +114,7 @@
|
|
<MacroExpansion>
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BuildableIdentifier = "primary"
|
|
- BlueprintIdentifier = "2D4227611BB4358C000C1A6C"
|
|
|
|
|
|
+ BlueprintIdentifier = "81D6475F1D2CA78800690609"
|
|
BuildableName = "SocketRocket.framework"
|
|
BuildableName = "SocketRocket.framework"
|
|
BlueprintName = "SocketRocket-iOS"
|
|
BlueprintName = "SocketRocket-iOS"
|
|
ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
@@ -63,7 +132,7 @@
|
|
<MacroExpansion>
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BuildableIdentifier = "primary"
|
|
- BlueprintIdentifier = "2D4227611BB4358C000C1A6C"
|
|
|
|
|
|
+ BlueprintIdentifier = "81D6475F1D2CA78800690609"
|
|
BuildableName = "SocketRocket.framework"
|
|
BuildableName = "SocketRocket.framework"
|
|
BlueprintName = "SocketRocket-iOS"
|
|
BlueprintName = "SocketRocket-iOS"
|
|
ReferencedContainer = "container:SocketRocket.xcodeproj">
|
|
ReferencedContainer = "container:SocketRocket.xcodeproj">
|