mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-02 17:51:12 +00:00
68392ce6f5
Completely empty at present, naturally. Also this is the very first time I've run my 68000 at live speed. From just one data point, it's not terrible. Phew!
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 = "Release"
|
|
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>
|