Add sample command-line arguments to the Xcode scheme

This commit is contained in:
2024-08-22 21:51:16 -04:00
committed by Celtic Minstrel
parent 0e87c730c6
commit 336d0e626b

View File

@@ -59,6 +59,28 @@
ReferencedContainer = "container:BoE.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "--record"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--replay"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--help"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "test-replay.xml"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--replay-speed=2"
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
<ProfileAction
buildConfiguration = "Debug"