Skip to content

Commit

Permalink
Change build configuration to "Debug" for kataGo.xcscheme
Browse files Browse the repository at this point in the history
- The build configuration for kataGo.xcscheme was changed from "Release" to "Debug" to facilitate debugging and testing, and this yields consistent source code and coverage test results that are shown in Xcode GUI.
  • Loading branch information
ChinChangYang committed Nov 12, 2023
1 parent 84d95e0 commit faf25a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down

0 comments on commit faf25a6

Please sign in to comment.