Skip to content

Commit

Permalink
Updated CBL Mac Test app scheme to include mac unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvinder committed Apr 16, 2015
1 parent 67e591b commit 1b6d000
Showing 1 changed file with 132 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0600"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "27C70693148864BA00F0F099"
BuildableName = "Couchbase Lite Demo.app"
BlueprintName = "CBL Mac Test App"
ReferencedContainer = "container:CouchbaseLite.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "272AA83E1A48D835004B8D55"
BuildableName = "CBL Mac Unit Tests.xctest"
BlueprintName = "CBL Mac Unit Tests"
ReferencedContainer = "container:CouchbaseLite.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "NO"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "272AA83E1A48D835004B8D55"
BuildableName = "CBL Mac Unit Tests.xctest"
BlueprintName = "CBL Mac Unit Tests"
ReferencedContainer = "container:CouchbaseLite.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "27C70693148864BA00F0F099"
BuildableName = "Couchbase Lite Demo.app"
BlueprintName = "CBL Mac Test App"
ReferencedContainer = "container:CouchbaseLite.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
<CommandLineArgument
argument = "-CBLStorageType ForestDB"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-Log YES"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "CBL_TEST_SERVER"
value = "http://localhost:4984/"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "CBL_SSL_TEST_SERVER"
value = "http://localhost:4994/"
isEnabled = "NO">
</EnvironmentVariable>
</EnvironmentVariables>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "27C70693148864BA00F0F099"
BuildableName = "Couchbase Lite Demo.app"
BlueprintName = "CBL Mac Test App"
ReferencedContainer = "container:CouchbaseLite.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "27C70693148864BA00F0F099"
BuildableName = "Couchbase Lite Demo.app"
BlueprintName = "CBL Mac Test App"
ReferencedContainer = "container:CouchbaseLite.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit 1b6d000

Please sign in to comment.