-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CBL Mac Test app scheme to include mac unit tests
- Loading branch information
ashvinder
committed
Apr 16, 2015
1 parent
67e591b
commit 1b6d000
Showing
1 changed file
with
132 additions
and
0 deletions.
There are no files selected for viewing
132 changes: 132 additions & 0 deletions
132
CouchbaseLite.xcodeproj/xcshareddata/xcschemes/CBL Mac Test App.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |