mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 23:29:05 +00:00
I'm now pretty sure that my 3.5" drive, which for now is implemented in the IWM (yuck) is just responding to queries incorrectly.
123 lines
4.5 KiB
XML
123 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "1020"
|
|
version = "1.3">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES">
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "4BB73E9D1B587A5100552FC2"
|
|
BuildableName = "Clock Signal.app"
|
|
BlueprintName = "Clock Signal"
|
|
ReferencedContainer = "container:Clock Signal.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
disableMainThreadChecker = "YES"
|
|
codeCoverageEnabled = "YES"
|
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
<Testables>
|
|
<TestableReference
|
|
skipped = "NO">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "4BB73EB11B587A5100552FC2"
|
|
BuildableName = "Clock SignalTests.xctest"
|
|
BlueprintName = "Clock SignalTests"
|
|
ReferencedContainer = "container:Clock Signal.xcodeproj">
|
|
</BuildableReference>
|
|
<SkippedTests>
|
|
<Test
|
|
Identifier = "ZexallTests">
|
|
</Test>
|
|
</SkippedTests>
|
|
</TestableReference>
|
|
<TestableReference
|
|
skipped = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "4BB73EBC1B587A5100552FC2"
|
|
BuildableName = "Clock SignalUITests.xctest"
|
|
BlueprintName = "Clock SignalUITests"
|
|
ReferencedContainer = "container:Clock Signal.xcodeproj">
|
|
</BuildableReference>
|
|
</TestableReference>
|
|
</Testables>
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "4BB73E9D1B587A5100552FC2"
|
|
BuildableName = "Clock Signal.app"
|
|
BlueprintName = "Clock Signal"
|
|
ReferencedContainer = "container:Clock Signal.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
<AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
enableASanStackUseAfterReturn = "YES"
|
|
disableMainThreadChecker = "YES"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
ignoresPersistentStateOnLaunch = "NO"
|
|
debugDocumentVersioning = "YES"
|
|
stopOnEveryThreadSanitizerIssue = "YES"
|
|
stopOnEveryUBSanitizerIssue = "YES"
|
|
debugServiceExtension = "internal"
|
|
allowLocationSimulation = "NO">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "4BB73E9D1B587A5100552FC2"
|
|
BuildableName = "Clock Signal.app"
|
|
BlueprintName = "Clock Signal"
|
|
ReferencedContainer = "container:Clock Signal.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
<AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "4BB73E9D1B587A5100552FC2"
|
|
BuildableName = "Clock Signal.app"
|
|
BlueprintName = "Clock Signal"
|
|
ReferencedContainer = "container:Clock Signal.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|