|
@@ -1,6 +1,6 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<Scheme
|
3
|
|
- LastUpgradeVersion = "0730"
|
|
3
|
+ LastUpgradeVersion = "0800"
|
4
|
4
|
version = "1.3">
|
5
|
5
|
<BuildAction
|
6
|
6
|
parallelizeBuildables = "YES"
|
|
@@ -23,10 +23,12 @@
|
23
|
23
|
</BuildActionEntries>
|
24
|
24
|
</BuildAction>
|
25
|
25
|
<TestAction
|
|
26
|
+ buildConfiguration = "Debug"
|
26
|
27
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
27
|
28
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
28
|
|
- shouldUseLaunchSchemeArgsEnv = "YES"
|
29
|
|
- buildConfiguration = "Debug">
|
|
29
|
+ shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
+ <Testables>
|
|
31
|
+ </Testables>
|
30
|
32
|
<MacroExpansion>
|
31
|
33
|
<BuildableReference
|
32
|
34
|
BuildableIdentifier = "primary"
|
|
@@ -40,13 +42,14 @@
|
40
|
42
|
</AdditionalOptions>
|
41
|
43
|
</TestAction>
|
42
|
44
|
<LaunchAction
|
|
45
|
+ buildConfiguration = "Debug"
|
43
|
46
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
44
|
47
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
45
|
48
|
launchStyle = "0"
|
46
|
49
|
useCustomWorkingDirectory = "NO"
|
47
|
|
- buildConfiguration = "Debug"
|
48
|
50
|
ignoresPersistentStateOnLaunch = "NO"
|
49
|
51
|
debugDocumentVersioning = "YES"
|
|
52
|
+ debugServiceExtension = "internal"
|
50
|
53
|
allowLocationSimulation = "YES">
|
51
|
54
|
<BuildableProductRunnable
|
52
|
55
|
runnableDebuggingMode = "0">
|
|
@@ -62,10 +65,10 @@
|
62
|
65
|
</AdditionalOptions>
|
63
|
66
|
</LaunchAction>
|
64
|
67
|
<ProfileAction
|
|
68
|
+ buildConfiguration = "Release"
|
65
|
69
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
66
|
70
|
savedToolIdentifier = ""
|
67
|
71
|
useCustomWorkingDirectory = "NO"
|
68
|
|
- buildConfiguration = "Release"
|
69
|
72
|
debugDocumentVersioning = "YES">
|
70
|
73
|
<BuildableProductRunnable
|
71
|
74
|
runnableDebuggingMode = "0">
|