Skip to content

Commit 433548a

Browse files
committed
Configure benchmarks scheme to be ran from Xcode
1 parent c383ba9 commit 433548a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

TextBuilder.xcworkspace/xcshareddata/xcschemes/Benchmarks.xcscheme

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
buildImplicitDependencies = "YES">
88
<BuildActionEntries>
99
<BuildActionEntry
10-
buildForTesting = "YES"
10+
buildForTesting = "NO"
1111
buildForRunning = "YES"
12-
buildForProfiling = "YES"
13-
buildForArchiving = "YES"
14-
buildForAnalyzing = "YES">
12+
buildForProfiling = "NO"
13+
buildForArchiving = "NO"
14+
buildForAnalyzing = "NO">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "Benchmarks"
@@ -31,7 +31,7 @@
3131
</Testables>
3232
</TestAction>
3333
<LaunchAction
34-
buildConfiguration = "Debug"
34+
buildConfiguration = "Release"
3535
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3636
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
3737
launchStyle = "0"
@@ -58,16 +58,15 @@
5858
savedToolIdentifier = ""
5959
useCustomWorkingDirectory = "NO"
6060
debugDocumentVersioning = "YES">
61-
<BuildableProductRunnable
62-
runnableDebuggingMode = "0">
61+
<MacroExpansion>
6362
<BuildableReference
6463
BuildableIdentifier = "primary"
6564
BlueprintIdentifier = "Benchmarks"
6665
BuildableName = "Benchmarks"
6766
BlueprintName = "Benchmarks"
6867
ReferencedContainer = "container:">
6968
</BuildableReference>
70-
</BuildableProductRunnable>
69+
</MacroExpansion>
7170
</ProfileAction>
7271
<AnalyzeAction
7372
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)