Skip to content

Commit

Permalink
[Examples] Fix project: removed (missing) test target from the scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Sep 20, 2015
1 parent 603667a commit 56388f2
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 257 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,14 @@
ReferencedContainer = "container:OHHTTPStubsDemo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "09110A5019805F4800D175E4"
BuildableName = "OHHTTPStubs iOS Tests.xctest"
BlueprintName = "OHHTTPStubs iOS Tests"
ReferencedContainer = "container:../OHHTTPStubs/OHHTTPStubs.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "09110A5019805F4800D175E4"
BuildableName = "OHHTTPStubs iOS Tests.xctest"
BlueprintName = "OHHTTPStubs iOS Tests"
ReferencedContainer = "container:../OHHTTPStubs/OHHTTPStubs.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
Expand All @@ -62,16 +38,19 @@
ReferencedContainer = "container:OHHTTPStubsDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugXPCServices = "NO"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
Expand All @@ -87,10 +66,10 @@
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
Expand Down
Loading

0 comments on commit 56388f2

Please sign in to comment.