|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<Scheme LastUpgradeVersion = "9999" version = "1.3"> |
3 |
| - <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> |
4 |
| - <BuildActionEntries> |
5 |
| - <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES"> |
6 |
| - <BuildableReference |
7 |
| - BuildableIdentifier = "primary" |
8 |
| - BuildableName = "'lib$(TARGET_NAME)'" |
9 |
| - BlueprintName = "LeakDetector" |
10 |
| - ReferencedContainer = "container:LeakDetector.xcodeproj"> |
11 |
| - </BuildableReference> |
12 |
| - </BuildActionEntry> |
13 |
| - </BuildActionEntries> |
14 |
| - </BuildAction> |
15 |
| - <TestAction |
16 |
| - buildConfiguration = "Debug" |
17 |
| - selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
18 |
| - selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
19 |
| - shouldUseLaunchSchemeArgsEnv = "YES" |
20 |
| - codeCoverageEnabled = "NO"> |
21 |
| - <Testables> |
22 |
| - <TestableReference |
23 |
| - skipped = "NO"> |
24 |
| - <BuildableReference |
25 |
| - BuildableIdentifier = "primary" |
26 |
| - BuildableName = "'$(TARGET_NAME)'" |
27 |
| - BlueprintName = "LeakDetectorTests" |
28 |
| - ReferencedContainer = "container:LeakDetector.xcodeproj"> |
29 |
| - </BuildableReference> |
30 |
| - </TestableReference> |
31 |
| - </Testables> |
32 |
| - </TestAction> |
| 2 | +<Scheme |
| 3 | + LastUpgradeVersion = "9999" |
| 4 | + version = "1.3"> |
| 5 | + <BuildAction |
| 6 | + parallelizeBuildables = "YES" |
| 7 | + buildImplicitDependencies = "YES"> |
| 8 | + <BuildActionEntries> |
| 9 | + <BuildActionEntry |
| 10 | + buildForTesting = "YES" |
| 11 | + buildForRunning = "YES" |
| 12 | + buildForProfiling = "YES" |
| 13 | + buildForArchiving = "YES" |
| 14 | + buildForAnalyzing = "YES"> |
| 15 | + <BuildableReference |
| 16 | + BuildableIdentifier = "primary" |
| 17 | + BlueprintIdentifier = "LeakDetector::LeakDetector" |
| 18 | + BuildableName = "LeakDetector.framework" |
| 19 | + BlueprintName = "LeakDetector" |
| 20 | + ReferencedContainer = "container:LeakDetector.xcodeproj"> |
| 21 | + </BuildableReference> |
| 22 | + </BuildActionEntry> |
| 23 | + </BuildActionEntries> |
| 24 | + </BuildAction> |
| 25 | + <TestAction |
| 26 | + buildConfiguration = "Debug" |
| 27 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 28 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 29 | + shouldUseLaunchSchemeArgsEnv = "YES"> |
| 30 | + <Testables> |
| 31 | + <TestableReference |
| 32 | + skipped = "NO"> |
| 33 | + <BuildableReference |
| 34 | + BuildableIdentifier = "primary" |
| 35 | + BlueprintIdentifier = "LeakDetector::LeakDetectorTests" |
| 36 | + BuildableName = "LeakDetectorTests.xctest" |
| 37 | + BlueprintName = "LeakDetectorTests" |
| 38 | + ReferencedContainer = "container:LeakDetector.xcodeproj"> |
| 39 | + </BuildableReference> |
| 40 | + </TestableReference> |
| 41 | + </Testables> |
| 42 | + </TestAction> |
| 43 | + <LaunchAction |
| 44 | + buildConfiguration = "Debug" |
| 45 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" |
| 46 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" |
| 47 | + launchStyle = "0" |
| 48 | + useCustomWorkingDirectory = "NO" |
| 49 | + ignoresPersistentStateOnLaunch = "NO" |
| 50 | + debugDocumentVersioning = "YES" |
| 51 | + debugServiceExtension = "internal" |
| 52 | + allowLocationSimulation = "YES"> |
| 53 | + </LaunchAction> |
| 54 | + <ProfileAction |
| 55 | + buildConfiguration = "Release" |
| 56 | + shouldUseLaunchSchemeArgsEnv = "YES" |
| 57 | + savedToolIdentifier = "" |
| 58 | + useCustomWorkingDirectory = "NO" |
| 59 | + debugDocumentVersioning = "YES"> |
| 60 | + </ProfileAction> |
| 61 | + <AnalyzeAction |
| 62 | + buildConfiguration = "Debug"> |
| 63 | + </AnalyzeAction> |
| 64 | + <ArchiveAction |
| 65 | + buildConfiguration = "Release" |
| 66 | + revealArchiveInOrganizer = "YES"> |
| 67 | + </ArchiveAction> |
33 | 68 | </Scheme>
|
0 commit comments