Created
August 1, 2013 13:55
-
-
Save letiemble/6131587 to your computer and use it in GitHub Desktop.
A Xcode scheme used to unit test the Monobjc runtime.
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<Scheme | |
LastUpgradeVersion = "0460" | |
version = "1.3"> | |
<BuildAction | |
parallelizeBuildables = "YES" | |
buildImplicitDependencies = "YES"> | |
<BuildActionEntries> | |
<BuildActionEntry | |
buildForTesting = "YES" | |
buildForRunning = "YES" | |
buildForProfiling = "YES" | |
buildForArchiving = "YES" | |
buildForAnalyzing = "YES"> | |
<BuildableReference | |
BuildableIdentifier = "primary" | |
BlueprintIdentifier = "8794A33711525CF400FE6172" | |
BuildableName = "runtime" | |
BlueprintName = "runtime" | |
ReferencedContainer = "container:Monobjc.xcodeproj"> | |
</BuildableReference> | |
</BuildActionEntry> | |
</BuildActionEntries> | |
</BuildAction> | |
<TestAction | |
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
shouldUseLaunchSchemeArgsEnv = "YES" | |
buildConfiguration = "Debug"> | |
<Testables> | |
</Testables> | |
<MacroExpansion> | |
<BuildableReference | |
BuildableIdentifier = "primary" | |
BlueprintIdentifier = "8794A33711525CF400FE6172" | |
BuildableName = "runtime" | |
BlueprintName = "runtime" | |
ReferencedContainer = "container:Monobjc.xcodeproj"> | |
</BuildableReference> | |
</MacroExpansion> | |
</TestAction> | |
<LaunchAction | |
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
launchStyle = "0" | |
useCustomWorkingDirectory = "YES" | |
customWorkingDirectory = "/Users/laurent/Projects/GitHub/monobjc" | |
buildConfiguration = "Debug" | |
ignoresPersistentStateOnLaunch = "NO" | |
debugDocumentVersioning = "YES" | |
allowLocationSimulation = "YES"> | |
<BuildableProductRunnable> | |
<BuildableReference | |
BuildableIdentifier = "primary" | |
BlueprintIdentifier = "8794A33711525CF400FE6172" | |
BuildableName = "runtime" | |
BlueprintName = "runtime" | |
ReferencedContainer = "container:Monobjc.xcodeproj"> | |
</BuildableReference> | |
</BuildableProductRunnable> | |
<CommandLineArguments> | |
<CommandLineArgument | |
argument = "/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5/nunit-console.exe" | |
isEnabled = "YES"> | |
</CommandLineArgument> | |
<CommandLineArgument | |
argument = "-labels" | |
isEnabled = "YES"> | |
</CommandLineArgument> | |
<CommandLineArgument | |
argument = "-run=Monobjc.WrapperMessagingTests.TestWrapperMessaging" | |
isEnabled = "NO"> | |
</CommandLineArgument> | |
<CommandLineArgument | |
argument = "./dist/10.8/Monobjc.Tests.dll" | |
isEnabled = "YES"> | |
</CommandLineArgument> | |
<CommandLineArgument | |
argument = "./dist/10.8/Monobjc.Foundation.Tests.dll" | |
isEnabled = "NO"> | |
</CommandLineArgument> | |
<CommandLineArgument | |
argument = "./dist/10.8/Monobjc.AppKit.Tests.dll" | |
isEnabled = "NO"> | |
</CommandLineArgument> | |
</CommandLineArguments> | |
<EnvironmentVariables> | |
<EnvironmentVariable | |
key = "MONOBJC_LOG_LEVEL" | |
value = "debug" | |
isEnabled = "NO"> | |
</EnvironmentVariable> | |
<EnvironmentVariable | |
key = "MONO_LOG_LEVEL" | |
value = "debug" | |
isEnabled = "NO"> | |
</EnvironmentVariable> | |
</EnvironmentVariables> | |
<AdditionalOptions> | |
</AdditionalOptions> | |
</LaunchAction> | |
<ProfileAction | |
shouldUseLaunchSchemeArgsEnv = "YES" | |
savedToolIdentifier = "" | |
useCustomWorkingDirectory = "NO" | |
buildConfiguration = "Release" | |
debugDocumentVersioning = "YES"> | |
<BuildableProductRunnable> | |
<BuildableReference | |
BuildableIdentifier = "primary" | |
BlueprintIdentifier = "8794A33711525CF400FE6172" | |
BuildableName = "runtime" | |
BlueprintName = "runtime" | |
ReferencedContainer = "container:Monobjc.xcodeproj"> | |
</BuildableReference> | |
</BuildableProductRunnable> | |
</ProfileAction> | |
<AnalyzeAction | |
buildConfiguration = "Debug"> | |
</AnalyzeAction> | |
<ArchiveAction | |
buildConfiguration = "Release" | |
revealArchiveInOrganizer = "YES"> | |
</ArchiveAction> | |
</Scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment